Hello,
I'm using VS2010 to run a load test. I've successfully run 2 unit tests in separate appdomains. But I want to run 2 (and more) instances, or virtual users, of the same unit test in separate appdomains or processes. How can i do that ?
Thanks in advance.