Search found 9 matches

by Sajczi
Mon Feb 08, 2016 2:06 pm
Forum: How To …
Topic: Continue with sibling does not work
Replies: 4
Views: 2645

Re: Continue with sibling does not work

This is exactly what I needed, thanks a lot!
by Sajczi
Mon Feb 08, 2016 11:27 am
Forum: How To …
Topic: Continue with sibling does not work
Replies: 4
Views: 2645

Re: Continue with sibling does not work

In my test suite it looks like this: http://i.imgur.com/8gndN1V.png If TestCase fails, I want TestCase1 to start. Otherwise it should not start. I believe continue with siblings should work when they are nested like that? EDIT: TestCase1 has checkbox set to 0, because otherwise it would always run, ...
by Sajczi
Fri Feb 05, 2016 10:28 am
Forum: How To …
Topic: Continue with sibling does not work
Replies: 4
Views: 2645

Continue with sibling does not work

Hi, I have my Ranorex project. I copied it to another folder, changed paths, changed some things in recordings. I have two test cases. I deleted the second one, copied and pasted the first one (so the 2nd test case was updated). I set 'error behavior' property for 'Continue with sibling', but when I...
by Sajczi
Thu Dec 10, 2015 4:26 pm
Forum: Automation Discussions
Topic: Running Ranorex tests with Jenkins - data connector issue
Replies: 2
Views: 2392

Running Ranorex tests with Jenkins - data connector issue

Hello, I have specified Jenkins job that tries to run Ranorex tests by running some .bat file on my PC. When I start this .bat file locally, it does all the required actions. But when it is runned with Jenkins, there is a log: 2015-12-10 15:57:23,51 [2015/12/10 15:57:25.535][Debug ][Logger]: Console...
by Sajczi
Mon Oct 19, 2015 9:25 am
Forum: Automation API
Topic: Validation continue on fail
Replies: 3
Views: 3803

Re: Validation continue on fail

I could check validation by writing some code of comparing values and add Report.Info, but its not enough. I would like to have some warning in report log.
by Sajczi
Mon Oct 19, 2015 9:14 am
Forum: Automation API
Topic: Validation continue on fail
Replies: 3
Views: 3803

Validation continue on fail

Hello,
In my recording I have validation with continue on fail (try/catch). Test case goes on if validation is failed, but at the end status is still error. Is there any way to acually use validate function and not get failed test case status?
by Sajczi
Mon Oct 12, 2015 11:29 am
Forum: How To …
Topic: Data driven test - using many excel sheets
Replies: 2
Views: 2823

Data driven test - using many excel sheets

Hello,
I would like to use data from a few excel sheets in my test. All the sheets are in the same excel workbook. How can I do this?
by Sajczi
Thu Oct 01, 2015 8:21 am
Forum: General Questions
Topic: Timeouts while running batch file
Replies: 1
Views: 1285

Timeouts while running batch file

Hello, I have a problem while running my tests one after each other. I have like 30 tests, when they are runned individually they all pass, but when I put them into batch file and run by that, some of them fail (not the same each time, sometimes one test passes sometimes it doesn't) because they do ...
by Sajczi
Fri Jul 31, 2015 8:27 am
Forum: General Questions
Topic: Ranorex wants to restart continously
Replies: 1
Views: 1214

Ranorex wants to restart continously

Hello, I have problem with my Ranorex. When I try to run test (earlier I changed direction of excel folder, but I changed it in Manage Data Sources), my Ranorex tells me he needs to have administrative privilages and asks to restart himself. I do this, I see Ranorex is runned in Administrative Mode,...