Hi ,
I have multiple test scenarios with in a single test suite. I want to execute, selected set of test scenarios. I want to pass them as command line arguments. I found that "/rc" can be used, but it's only for one test scenario, as far as I know. Is there a way pass multiple test scenarios as command line arguments test suite.
Thanks,
Prasad,
how to execute multiple test scenarios with Renorex
Re: how to execute multiple test scenarios with Renorex
If you need to run different sets of test cases at different times, you should use the Test Run Configuration settings and have each different configuration of test cases in their own Run Configuration.
So, if in the first scenario you want to run TC1, TC2 & TC3 and the second you want to run TC1, TC4, TC5, you would set up 2 Run Configurations, 1 for TC1/2/3 and one for TC1/4/5. You can have as many Run Configurations as you want.
After that you can use the specific Run Configuration with the /rc:<run config name> switch action.
So, if in the first scenario you want to run TC1, TC2 & TC3 and the second you want to run TC1, TC4, TC5, you would set up 2 Run Configurations, 1 for TC1/2/3 and one for TC1/4/5. You can have as many Run Configurations as you want.
After that you can use the specific Run Configuration with the /rc:<run config name> switch action.
Shortcuts usually aren't...