The scripts are not reliable
Jump to navigation
Jump to search
What makes your scripts unreliable?=
Return to Expectations for automated test execution not met
Please chose among the following problems the one that you encounter most frequently
- 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
- 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
- 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
- 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