I am developing a MSTest framework based unit test project. The issue I have is I am not able to run the test in parallel and it is running sequentially. I have added the below
Your tests need to be in separate assemblies (DLLs) in order to be run in parallel.