I've a small problem and hope that someone will help me
We created a automated UI Test for our application. Now I'd like to deploy the UI Testapplication to a VM Ware machine, start the test and retrieve the results.
Are there any hints on how to do this ? The main question is : How can I deploy and Run the UI Test application ?
Depending on how the tests are to be run, you should be able to use the PsExec action to execute the test application on the remote machine, storing the results in a known shared location, and then retrieve the results.
You may also want to look at the ‘VMWare - Execute Guest Command’, which allows you to do a range of tasks on the virtual machine.