What’s a testing belief you once held but have now let go?

“Testing is easy” - That can be true depending on what one is testing and the scope of one’s testing.

1 Like

You must write test cases. Step-by-step test cases are the only way to ensure a product is well-tested. :woman_facepalming: Cured myself of that one a few years ago. Thank goodness…

6 Likes

@morganl - You meant that step by step tests are not enough. So, what other kinds of tests do we need besides step by step ? I can think of exploratory tests. Is there anything else you had in mind ?