projects in Ranorex

Ask general questions here.
strannik
Posts: 60
Joined: Tue Apr 29, 2014 3:00 pm

projects in Ranorex

Post by strannik » Wed Jun 25, 2014 5:54 pm

Hi everybody,

Is it possible to run projects automatically one by one?
I created bat file which calls exe file for each project but I'm looking for a different solution.

For example: in Rational Robot was possible create Shell script which will call all test cases one by one and execute them.

Thanks.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: projects in Ranorex

Post by krstcs » Wed Jun 25, 2014 6:17 pm

If you have multiple projects where you need to run each *.exe, you can either use a batch file (like you have done) or you can use a continuous integration solution such as Jenkins (what I use, it's free) to run each test in succession.

You could also merge all of the test cases into one suite and just run that one suite, assuming the test cases are setup for this.

There is no built-in way to have Ranorex run multiple projects in succession.
Shortcuts usually aren't...

strannik
Posts: 60
Joined: Tue Apr 29, 2014 3:00 pm

Re: projects in Ranorex

Post by strannik » Wed Jun 25, 2014 10:00 pm

Thank you.

I just did it. Open a new solution let say Regression after that I added existing projects to it and add all test cases to solution there is mechanism to add existing test cases. If you interested more how to build it I can explain in more details.