Alternative to PNUnit for parallel Unit Testing

453 Views Asked by At

I have been working on Parallel Unit Testing with the help of PnUnit (Parallel NUnit) in one of my project.

Now I want to replace this which is equivalent to PNunit for parallel testing which can run with NUnit or XUnit in dotNet.

Can anyone suggest me the alternative for this.

1

There are 1 best solutions below

0
On

PNUnit seemed to be the best option available. Other Parallel unit testing tools available but they are not free.