Test suite resiliency - important element of WeCanTest approach to continue test suite even after individual test failures

Test suite resiliency is a very important element of any  large test suite that allows test run to continue after an individual test failure.

This video:

  • Leaves just two test cases of the test suite for demonstration purposes
  • Runs these two tests successfully
  • Manually simulates a failure - removes back button click on the address page, so assertion of the transition to the map page fails
  • Demonstrates that although the first test fails the second one still runs
  • Provides reporting of the test run including screen shots and other attachments associated with the failure


Last modified: Monday, 4 September 2017, 10:29 AM