Hi, how i can configure the Test Project of visual studio to use all CPU's core.
When i run the test i can see on my performance indicator that only one core is being used (100%) and the rest 7 cores is being unused.
I have inside the Test Project a Load Test that is calling a UNitary Test.
I had set 200 users to call a single method. But i need to use all Cores.