• 3 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle








  • That sounds strange. I cannot comment on your particular case without seeing the test artifacts.

    Generally speaking, there is nothing wrong with tests that ensure bad input doesn’t break the system, as this can easily lead to incorrect system states, damage to the environment, loss of data, money, reputation, and even lives - although most systems are not critical enough to threaten lives.

    You wouldn’t need QAs if you only needed to validate that the product meets the requirements. In a typical company, many people are involved in that process. This includes the developer who wrote the code, the developer who reviewed it, and the people who conduct acceptance testing, among others. If your developers produce code that doesn’t meet the requirements, you’re in trouble.

    I’m not saying that QA shouldn’t validate whether the system meets the requirements, but you don’t want them to do just that.