Page 1 of 1

Possibility of running only failed scripts from Result page

Posted: Thu Sep 18, 2014 10:07 am
by phani.2905
Hi,

I want to know whether there is any possibility of running only failed scripts from Results Log. If this option is available then please let me know :). Is there any workaround for this from Ranorex Suite. If not Please can you include it in future release.


Thanks in advance,
A.R.Phanindranath

Re: Possibility of running only failed scripts from Result page

Posted: Thu Sep 18, 2014 3:36 pm
by krstcs
There is currently no way to do this in Ranorex.

If you want to add a feature request, please send it via email to [email protected].


One thing you could do is split your scripts up into individual Ranorex Suites and then use Jenkins to run each one. When one fails, you tell Jenkins to run that one again.

Re: Possibility of running only failed scripts from Result page

Posted: Mon Sep 22, 2014 6:29 am
by phani.2905
Hi krstcs,

Can you share additional information (or) links on using Jenkins. Your help will be highly appreciated.


Thanks in advance,
A.R.Phanindranath

Re: Possibility of running only failed scripts from Result page

Posted: Mon Sep 22, 2014 2:36 pm
by krstcs
The best place to learn is at Jenkins' site: http://jenkins-ci.org/

I have each test case setup to run as a different Jenkins "Job". I then have another "REGRESSION" job that runs each of the test case jobs in succession.

There are a few plugins that are handy:
https://wiki.jenkins-ci.org/display/JEN ... tep+Plugin
http://wiki.jenkins-ci.org/display/JENK ... ave+Plugin
http://wiki.jenkins-ci.org/display/JENK ... her+Plugin -- Allows you to publish Ranorex HTML report to the Jenkins server.
https://wiki.jenkins-ci.org/display/JEN ... ect+Plugin
http://wiki.jenkins-ci.org/display/JENK ... ild+Plugin
http://wiki.jenkins-ci.org/display/JENK ... job+Plugin
http://wiki.jenkins-ci.org/display/JENK ... tor+Plugin
http://wiki.jenkins-ci.org/display/JENK ... ger+Plugin
http://wiki.jenkins-ci.org/display/JENK ... ipt+Plugin
http://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin -- Reads Ranorex report data and publishes failure info to test's job details page.


Create each test job as Windows Batch Script job and run the script the way you want it.

Re: Possibility of running only failed scripts from Result page

Posted: Tue Oct 28, 2014 7:22 am
by phani.2905
Hi,

I feel that, this option should be there and it will boost Ranorex sales. So wrote up to [email protected]. Hope in the near future we can see "Run failed scripts" option. :)

Thanks,
A.R.Phanindranath.

Re: Possibility of running only failed scripts from Result page

Posted: Thu Nov 19, 2015 1:11 pm
by phani.2905
Is there any update on this scenario!!!! ?

Re: Possibility of running only failed scripts from Result page

Posted: Thu Nov 19, 2015 1:31 pm
by odklizec
Hi,

Nope, there is nothing new regarding the possibility to run failed tests.