Search found 5 matches

by ankit26
Thu Aug 25, 2016 1:34 pm
Forum: How To …
Topic: How to jump to a particular test-step
Replies: 3
Views: 2510

Re: How to jump to a particular test-step

I wanted to skip test-steps in a single module not modules or test case
by ankit26
Thu Aug 25, 2016 6:38 am
Forum: How To …
Topic: How to jump to a particular test-step
Replies: 3
Views: 2510

How to jump to a particular test-step

I have a problem here I want to skip some particular steps if the Test Case Name is say X. Can we do it in ranorex, If yes how?
by ankit26
Thu Aug 11, 2016 1:25 pm
Forum: How To …
Topic: Passing value from one test case to another
Replies: 3
Views: 5663

Re: Passing value from one test case to another

I forgot to mention that I have multiple test cases in one test case and I am not able to pass the value. When I open Global parameter and add a name but it does not have any module variables under the dropdown. I have been using global variables for passing values between modules but am not able us...
by ankit26
Wed Aug 10, 2016 11:27 am
Forum: How To …
Topic: Passing value from one test case to another
Replies: 3
Views: 5663

Passing value from one test case to another

I want to pass the value of a variable from one test case to another test case. Can someone please help me with the same.I am using Ranorex 6 on desktop.
by ankit26
Thu Jun 16, 2016 11:44 am
Forum: How To …
Topic: How to store xpath having a variable value in another value
Replies: 1
Views: 2229

How to store xpath having a variable value in another value

Hi

I want to click a button till I found a particular xpath and this xpath has been modified so it contains a variable. I tried using the while loop with the xpath but we cannot use a xpath in usercode. Can someone please help on how to do this.

Thanks