Search found 4 matches

by PSingh
Wed Mar 30, 2016 7:51 pm
Forum: General Questions
Topic: xpath: How do you find value in any row and col dynamically
Replies: 1
Views: 1749

xpath: How do you find value in any row and col dynamically

Hi Ranorex Team,
Thanks for replying my previous post and thanks in advance for helping me out in this one too! :)

How do you find the value in any row and specified column dynamically? Please see the screenshot.

Let me know if it make sense and thanks once again!
by PSingh
Thu Feb 25, 2016 8:29 pm
Forum: General Questions
Topic: How to handle null values in the data source.
Replies: 6
Views: 1675

Re: How to handle null values in the data source.

Thanks you so much. That works!
But ran into another issue.
If I have to specify the location( example -lower right, upper right etc) of a submit button , see code blow. How do you specify the location. Let me know.
Thanks once again!

var submitClaims = repo.SecuredInternalLogin.SubmitClaims;
by PSingh
Tue Feb 23, 2016 9:29 pm
Forum: General Questions
Topic: How to handle null values in the data source.
Replies: 6
Views: 1675

Re: How to handle null values in the data source.

Thanks for getting back to me! Actually I do need to get data from the data connector. And my data source has some null values too. I have attached a dummy file. I have to submit a claim for each member. When I run my test case, claims for 2nd and 3rd row actually submits the claims but rows 1, 4, 5...
by PSingh
Mon Feb 22, 2016 11:22 pm
Forum: General Questions
Topic: How to handle null values in the data source.
Replies: 6
Views: 1675

How to handle null values in the data source.

Hi,
How do you make your module to iterate when you have null values in your data table (source).
Let me know.
Thanks on advance!