tpoirier
12 years agoContributor
Running tests remotely via command line
What I am trying to do is run a test remotely on another machine everytime we deploy an update to our qa environment.
To accomplish this we are using Bamboo to pull the latest version of the test from our repo then push those files to the remote machine. Then it will update another file in another folder on that same machine.
On the remote machine we have a Task Scheduled to watch the second folder for updates and when it sees an update fire off a TestExecute test given the test name. With the following passed in as an optional argument. "C:\TestComplete\ICS 8 Test Automation.pjs" /r /e /SilentMode
The test it runs tests a website based in IE and when we deploy using Bamboo the remote machine will see the change and fire the event and I can see TestExecute started in the Task Manager.
If we are running a test in Silent Mode will TestExecute still be able do a GUI based test?
To accomplish this we are using Bamboo to pull the latest version of the test from our repo then push those files to the remote machine. Then it will update another file in another folder on that same machine.
On the remote machine we have a Task Scheduled to watch the second folder for updates and when it sees an update fire off a TestExecute test given the test name. With the following passed in as an optional argument. "C:\TestComplete\ICS 8 Test Automation.pjs" /r /e /SilentMode
The test it runs tests a website based in IE and when we deploy using Bamboo the remote machine will see the change and fire the event and I can see TestExecute started in the Task Manager.
If we are running a test in Silent Mode will TestExecute still be able do a GUI based test?