Can I stop NUnit GUI test run from code under test?

Posted by David White on Stack Overflow See other posts from Stack Overflow or by David White
Published on 2010-05-05T02:01:19Z Indexed on 2010/05/05 2:08 UTC
Read the original article Hit count: 314

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about nunit

Related posts about watin