Is it possible to run nunit tests in a multithreaded fashion? Is there any runner which can provide this?
Before someone jump on "unit test" concept, let me explain: These are not unit tests we are using nunit for functional / integration testing as well, and some of those tests are incredibly slow, got lots of wait state. Therefore multithreading can help them massively.
I know as a last resort I can roll my own multi-threading within the tests but that'll introduce an unrequired overhead.
Try Pnunit
But ofcourse we do have to have TeamCity support for this too ;-)
Allegedly NUnit3 will have multithreading support.
here is a reference to PNUint http://www.codicesoftware.com/opdownloads2/oppnunit.aspx. We use it as a part of the environment to load test a web app with extensive ajax functionality
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With