Hi
I am executing codedui testcases using lab management.
My Setup : 1 Controller, 2 test agents.
Execution is kicked off using TFS build which used labmanagement template to kickoff execution.
There is one parameter in MTM Test setting - Advanced ->Scripts (Scripts - 'You can run scripts before or after your automated test run')
In this parameter, If I add any shellscript to restart machine, which machine will be restarted? (Build Agent, Test controller machine or Test Agent machine)?
I dont want to restart build agent or test controller machine bymistake.
Command I am using to restart machine is:
powershell.exe -executionpolicy bypass Restart-Computer –force
Regards,
User232482