The scripts are not reliable

From Test Automation Patterns
Jump to navigation Jump to search
What makes your scripts unreliable?


Please chose among the following problems the one that you encounter most frequently

  1. Tests fail or pass for no apparent reason: check the issue FLAKY TESTS for advice to which patterns are most recommended to solve this kind of problems
  2. Scripts fail even if the Software Under Test (SUT) works correctly: look up the issue FALSE FAIL to see which patterns would help you solve these problems
  3. Scripts never fail, even if the SUT isn't executing properly: the issue FALSE PASS will point you to the best patterns to solve this problem
  4. Scripts have not been adequately tested: the issue BUGGY SCRIPTS will lead you to the best patterns to solve this problem

Return to Expectations for automated test execution not met