Coding Unit testing Test your code against a SQL database (with NUnit) How to run test (in parallel) against an actual SQL database (with NUnit)
Coding Unit testing Run your unit tests in parallel with NUnit How to safely run unit tests in parallel using NUnit. Examples in are specific for NUnit but, you can apply this pattern to any other test framework that supports parallel execution.