Search found 4 matches

by amrita.thakur123
Wed Sep 12, 2018 10:29 pm
Forum: Bug Reports
Topic: Winform warning - impacting test result
Replies: 1
Views: 1434

Winform warning - impacting test result

Please find the attached warning. When this warning comes, the control gets out of focus and then the element identification fails.
Can anyone tell how to fix this issue?
by amrita.thakur123
Thu Aug 02, 2018 12:53 am
Forum: Bug Reports
Topic: Connection offline - unable to update ranorex version
Replies: 1
Views: 1939

Connection offline - unable to update ranorex version

The start page shows connection offline due to which I'm unable to find any link to Ranorex version update. I'm behind coporate proxy, so I provide proxy info in most of the IDEs but Ranorex studio doesn't have any such option. I have few scripts which are from 8.2 version and I need to merge those ...
by amrita.thakur123
Thu Jul 26, 2018 3:26 am
Forum: General Questions
Topic: How to exit the recording based on some condition
Replies: 2
Views: 1586

Re: How to exit the recording based on some condition

Thanks for your response McTurtle :) Yes I was looking for something similar. I added the validation I wanted to for my test case and if the validation fails, I am throwing validation exception and in the catch block I explicitly fail the test by using Validate.fail(); I hope that's the right way to...
by amrita.thakur123
Fri Jul 20, 2018 5:27 am
Forum: General Questions
Topic: How to exit the recording based on some condition
Replies: 2
Views: 1586

How to exit the recording based on some condition

I am trying to do some validation on the code module level, if the validation passes I want to exit the current recording module( not run the remaining steps) and move to the next module. I don't want to fail the test, I just to skip the remaining steps and move to next module. I tried using Report....