Search found 11 matches

by stevenh
Fri Oct 12, 2012 9:13 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9834

Re: Repeating a test case upon failure

Hi Markus,

That is unfortunate. Can you go more into detail of the possibilities to work with conditions in the test suite? I appreciate the suggestion from Bernhard but it does not seem like a very "clean" way that I would prefer at this moment.

Thanks,
Steven
by stevenh
Wed Oct 10, 2012 9:28 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9834

Re: Repeating a test case upon failure

Hi Bernhard,

I was wondering if instead of doing that, is there a way to call a test case in code?

Thanks again,
Steven
by stevenh
Tue Oct 09, 2012 5:59 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9834

Re: Repeating a test case upon failure

Hi Bernhard, Unfortunately, increasing the timeout length does not help. It is still preferred to repeat the test care upon failure. I noticed there are methods to run code modules and the test suite but I have not come across a method that will run a test case. I want to be able to run the same tes...
by stevenh
Fri Oct 05, 2012 4:31 pm
Forum: Automation Tools
Topic: Report Configuration
Replies: 3
Views: 1867

Re: Report Configuration

Thanks, I think I understand what happened. I was looking for the report file to appear in the Report directory but it was not originally being outputted there. What I had to do was configure it in the Test Suite properties window so that it would output to the Report directory instead. This allowed...
by stevenh
Fri Oct 05, 2012 2:53 pm
Forum: Automation API
Topic: Report Configurations
Replies: 1
Views: 2198

Report Configurations

Hi, I was wondering if there was a way to set the Report directory folder through code, instead of setting it through the Test Suite properties window. I would like to do this so that reports can be organized based on what kind of test I am running. I would also like to know if there was a way of re...
by stevenh
Wed Oct 03, 2012 9:21 pm
Forum: Automation Tools
Topic: Report Configuration
Replies: 3
Views: 1867

Report Configuration

Hi, I was wondering if there was a way to configure Ranorex so that it outputs two identical report files with the same name. This is so that one of the file can be used by another program and the other can be stored for reference. I also attempted to try and copy the report file in the Ranorex Prog...
by stevenh
Mon Oct 01, 2012 8:07 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9834

Re: Repeating a test case upon failure

Hi Bernhard, I was looking more for a solution where I can repeat the current test case for all the test cases, which rules out the possibility of just calling a specific test case as I have a general teardown that is used for all the tests. If it was possible to iterate the same test case with the ...
by stevenh
Thu Sep 27, 2012 5:45 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9834

Repeating a test case upon failure

Hi, I have been looking through the forums for a solution to repeat a test case after it has failed but was unable to come up with something concrete. After a test case has failed and it enters into it's teardown phase, I would like it to be able to restart the instance of the test case and run the ...
by stevenh
Mon Sep 10, 2012 2:25 pm
Forum: Automation API
Topic: LogHTML to open up Program with parameters
Replies: 4
Views: 2032

Re: LogHTML to open up Program with parameters

Hi Bernhard,

That is unfortunate, so what I decided to do is create a batch file that would run when the hyperlink is clicked. In this way, I could send parameters to it, although it required extra files to be created.

Regards,
Steven
by stevenh
Thu Sep 06, 2012 8:52 pm
Forum: Automation API
Topic: LogHTML to open up Program with parameters
Replies: 4
Views: 2032

Re: LogHTML to open up Program with parameters

Hi Bernhard,

Thanks for the reply, but I was wondering about the full capabilities of the LogHtml function. In my case, I wish to be able to send parameters as well as starting the program. Any solution to this?

Steven
by stevenh
Wed Sep 05, 2012 9:56 pm
Forum: Automation API
Topic: LogHTML to open up Program with parameters
Replies: 4
Views: 2032

LogHTML to open up Program with parameters

Hi, I wanted to put in a link in the Report section that will open up a file compare program comparing two files. I was wondering if this was possible using the LogHTML function in the Report class. To my knowledge, sending parameters are not possible without the use of scripting in which case the h...