Completed
Last Updated: 19 Mar 2014 19:34 by Herb
ADMIN
Cody
Created on: 27 Aug 2013 19:39
Type: Feature Request
3
Be able to specify remote execution from the command line.
When using a CI server such as TeamCity it would be really nice to be able to do remote execution from the command line, and specify a set of machines in order to get parallel test execution.
3 comments
Herb
Posted on: 19 Mar 2014 19:34
Yes this works to send to a scheduling server, but the problem is the scheduling server sends it to every client that is attached.  Need the ability to specify which client to send to once the scheduling server receives the request.
ADMIN
Daniel Djambov
Posted on: 22 Jan 2014 07:48
Telerik: We have implemented this feature in our latest internal product release in Jan 2014. It is a separate executable called "Telerik.TestStudio.CommandLineClient.exe" which is located in product installation "\bin" folder. It has options to run remotly test lists by specifying a scheduling server with options to run the list distributed or not, with default option to get latest from tfs in case of source controlled project. Help for using it is available by calling the executable from command line.
Milan
Posted on: 27 Aug 2013 19:45
This feature will tremendously help us run automated tests after automated nightly and weekly deployments.