Running a multi-agent load test isn’t too complicated, compliments of Visual Studio Team Suite. Assuming you have a controller/agent environment set up, running the actual test requires a bit of modification to the test project so the local test machine doesn’t run the test itself; rather it runs them on a remote machine (the controller and its agents). To set this up…
At the top of the window, select Test → Edit Test Run Configurations → Local Test Run (localtestrun.testrunconfig) +
Select Controller and Agent at the top left. Select the ''Remote'' radio button. Select the controller. +
Click Apply. Once you have selected Apply, you will receive a prompt saying +
Click Ok
Click Close
Once all of that is done, it’s time to run your test. You’ll notice that once your test has been run, at the bottom left side of the results you’ll see a reference to the remote controller and that it controlled X many agents.
Happy Testing!