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.
PNUnit seemed to be the best option available. Other Parallel unit testing tools available but they are not free.