Search found 3 matches

by AlpeshPatel
Tue Oct 21, 2014 2:50 pm
Forum: Object Identification and Technologies
Topic: Object Inside PowerPoint Slide
Replies: 1
Views: 1873

Object Inside PowerPoint Slide

As a major functionality my application has export facility to export the contents on page in to power point slide. I am trying to identify the elements inside the exported power point slide so that I can compare the content text with respective page. But Ranorex identifies the whole slide as one el...
by AlpeshPatel
Thu Oct 16, 2014 4:10 pm
Forum: Automation API
Topic: Stop Test Execution
Replies: 2
Views: 4836

Re: Stop Test Execution

Got it. Thanks for the reply.
Let me try. I am sure it will work.

You are asking me to change the error behaviour at runtime from next iteration to next test case.
Shouldn't we have a simple method like "Ranorex.Core.Testing.TestCase.Current.Stop"
by AlpeshPatel
Tue Oct 14, 2014 8:46 pm
Forum: Automation API
Topic: Stop Test Execution
Replies: 2
Views: 4836

Stop Test Execution

I have 100 data rows in my test case for example. and I have to continue execution even if error occures for any of my iteration. Hence we set the "Error Behavior" as "Continue with Iteration". This works fine. Now I am trying to add a condition that if 5 consecutive iterations are failed and stop t...