Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am new to testing with visual studio Agent and controller 2013.
I am trying to make a remote test with 2 machines.
Machine A ( Named Zeteam001-PC, contains visual studio 2013 and test controller 2013)
Machine B ( Named Zeteam, contains test agent 2013 and no visual studio )
My test work very well and i have an activated version of visual studio 2013 on machine A.
I doubt that my test agent on machine B dont Create loads. I think that I am only just collecting information from machine B and only machine A is making loads.
How can'I be sure that my agent is making loads or how can 'I activate this option.
Thanks
Posted

1 solution

First, make sure that both agents are registered with your controller.
Second, in your *.testsettings file make sure that under "Roles" you either have "all agents on the controller set" or have the agents you want so use set.
Finally, when you run your tests, in the results you should be able to see which machines participated in running the test.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900