views:

66

answers:

0

I'm using nunit.exe (v2.5.3, as it happens) for our testers to run UI tests of our web site, using WatiN.

The regression test suite is up to around 100 tests. While the test suite is running, the test web site could go down for maintenance. It would be more efficient in those circumstances if the test suite would stop altogether, rather than attempting to run each remaining test, and failing.

Is there any way to accomplish this?