tags:

views:

7

answers:

0

We often use test suites to ensure we start from a known, working situation.

In this case, we want the whole test suite to run to test all the pages. If some fail, we still want the other tests to run.

The test suite seems to stop the moment it finds an error in one of the tests.

Can it be set-up to keep going and run all the tests, irrespective of results?