Difference between revisions of "The scripts are not reliable"
Jump to navigation
Jump to search
(Created page with "<div id="content_view" class="wiki" style="display: block">'''<span style="font-size: 16px">What makes your scripts unreliable?</span>= <br /> <span style="font-size: 16px">Pl...") |
|||
Line 1: | Line 1: | ||
− | <div id="content_view" class="wiki" style="display: block"> | + | <div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">What makes your scripts unreliable?</span><br /> |
<br /> <span style="font-size: 16px">Please chose among the following problems the one that you encounter most frequently</span><br /> | <br /> <span style="font-size: 16px">Please chose among the following problems the one that you encounter most frequently</span><br /> | ||
Latest revision as of 08:26, 2 July 2018
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