Run Telerik Test Studio on the simulator

I am trying to add a step on my Jenkins server to test my iOS application automatically. I know how to deploy TestStudio application on a simulator, but I need:

  • run the Test Studio application on the simulator from the terminal console.
  • run test (still from terminal)

I think using terminal commands is the best solution to integrate this operation into Jenkins' work, but if anyone comes up with a better idea, I would be more than happy to hear that. Any idea how to complete these tasks?

+1
source share
1 answer

It is currently not possible to run Test Studio for iOS tests from the command line.

Our next major release, released in early 2013, includes an API automation infrastructure. In doing so, you can write coded unit tests that can be run from the command line and integrate with Jenkins.

+1
source

All Articles