Multiple Test Suites and Test Sequence via command-line tools
We've recently upgraded to Ranorex v8.2 after one of the new features - multiple Test Suites - caught my eye.
I've integrated our Ranorex tests into our automated build system using the command-line tools. The "/testsuite|ts:[path to the test suite file]" switch lets us specify which test suite to execute, along with "/runconfig|rc:[configuration name]" to specify a run configuration.
Is there a means of specifying a test sequence file (that facilitates the running of multiple test suites inside Ranorex Studio) to the command-line tools? While I can update our build system to execute the command-line multiple times for each test suite, I think the test sequence JSON would be neater.
Originally posted to the forum here: https://www.ranorex.com/forum/multiple-test-suites-and-test-sequence-via-command-t12326.html

Thank you for your input.
We are currently evaluating this feature.
Best Regards,
Thomas from the Ranorex Product Management Team
2 comments
-
Anonymous commented
Is this a feature now?
-
Bo Bøgvald commented
I really think this should be an obvious and mandatory part of being able to run Ranorex via command line, and wonder why this possibility was not part of the original implementation of test sequences. Are command line execution normally prioritized below Studio execution?
Also, for easy of use, please include this possibility in the Jenkins plugin as well. Thanks.