πŸ“š O is for [...]

O is for Oracles

What else?

5 Likes

OWASP
Oh, WOW!
OMG
O(n)

3 Likes

Obserability
Open Space
Orchestration

4 Likes

Out of the Crisis
book by W. Edwards Deming. The book includes the plan-do-study-act cycle, 14 Points for Management, discussion on quality and much more. Very much a recommended read!

5 Likes

Onboarding - as the first steps in a new system or new company are very crucial

3 Likes

:clap::clap::clap::clap::clap:

Say it again for the people at the back! Observability is needed for systems and testing :black_heart:

4 Likes

Operability - is this going to work with all these other things and processes?

Open source - ohhh check that library for vulnerabilities and whether it’s still supported.

Open box testing - when we look inside at the code and how the system works.

4 Likes

O is for open to work

1 Like

O is for Open Questions

1 Like

@simon_tomes β€œO is for Outliers”

This heuristic is all about testing the boundaries of what’s expected. For example, β€œAn input field should handle extreme values like 0, negative numbers, or maximum allowed characters,” or β€œThe system should respond correctly when users take unexpected paths through a workflow.”

Testing outliers helps ensure that your application can handle edge cases gracefully and remain stable under atypical conditions.

What other unconventional test ideas do you use to push the limits of your app?

1 Like