I have a Lab Management environment (2010), with deployed agents and controller, TFS, etc. I have Coded UI tests running successfully on my virtual environments, reporting results to TFS.
What I want to achieve is, to be able to communicate with test agents from my code, essentially acting on behalf of the controller, to run tests. Alternatively, it could be ok to instruct controller itself to schedule a run, but the emphasis is that I want to do it from code.
Do you have any idea how to do that?
Thanks.