Search found 17 matches

by RekhaG
Thu Feb 08, 2018 1:51 am
Forum: How To …
Topic: How to validate on a dynamically changing text in the text
Replies: 1
Views: 2319

How to validate on a dynamically changing text in the text

Hello, I have a text area which displays the status of a currently running job, the text keeps changing depending on which stage the job is. How can i validate the text.textvalue when it changes dynamically. All these values are stored in a json file and i will probably read the jason and validate o...
by RekhaG
Wed Feb 07, 2018 11:59 pm
Forum: How To …
Topic: String comparison on micro grams(μg) is failing
Replies: 1
Views: 1514

String comparison on micro grams(μg) is failing

Hi , There is a button on which the text is displayed in micro gram units. For example: 20 μg Steps i followed: 1. Set the expected value in the parameter using data binding . For example: inputVolumeParameter=20 μg 2.Loop through the list of available buttons through and verify if the text on the b...
by RekhaG
Tue Dec 19, 2017 7:15 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

Re: RepoItem as variable in code module

Thanks Doug! I code using C# :)
by RekhaG
Mon Dec 18, 2017 9:15 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

Re: RepoItem as variable in code module

Hi Doug/Pavel,

Thank you for your valuable inputs. Just wanted to reconfirm that following approach(shown in the pic attached) would be ideal when using Ranorex studio. Please suggest

Thanks,
Rekha
by RekhaG
Wed Dec 13, 2017 11:24 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

Re: RepoItem as variable in code module

another doc attached
by RekhaG
Wed Dec 13, 2017 11:22 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

Re: RepoItem as variable in code module

Hi Pavel, Thank you so much for helping me out here. I am pretty new ranorex and designing the automation framework as well. So i just started to design the automation framework and here are my thoughts in building it. Please suggest what you think could be ideal in building the framework. The idea ...
by RekhaG
Tue Dec 12, 2017 11:47 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

Re: RepoItem as variable in code module

Thanks for your reply Pavel! This is basically what i wanted to do Testcase 1.Pass the input for the Text box to CodeModule 2. Pass the Control name (For Example: LoginTextbox) 3. Pass the Repository name ?? (not sure if this is needed) Steps 1-3 are all input variables to the code module "SetTextBy...
by RekhaG
Wed Dec 06, 2017 7:31 pm
Forum: How To …
Topic: RepoItem as variable in code module
Replies: 10
Views: 3302

RepoItem as variable in code module

Hello Ranorex Gurus, I have a question regarding automation frame work design on how to pass the UI control name(repoItem) as user variable and get its xpath at runtime and perform the specified action on that control. Below is the structure of the my UI automation framework solution contains -> Sta...
by RekhaG
Sun Nov 05, 2017 10:04 pm
Forum: Object Identification and Technologies
Topic: Cant access table rows in Desktop app
Replies: 8
Views: 2630

Re: Cant access table rows in Desktop app

Hello,

Can you please let me know if you figured out a solution for this Invisible Rows issue. Currently i have a similar issue (for the desktop app developed using WPF controls (devExpress)).

Your help would be greatly appreciated.

Thanks,
Rekha
by RekhaG
Tue Oct 31, 2017 7:42 pm
Forum: How To …
Topic: How does FindSingle method works?
Replies: 3
Views: 2125

Re: How does FindSingle method works?

Thanks ahoisl. It helped!
by RekhaG
Tue Oct 31, 2017 6:31 am
Forum: How To …
Topic: How does FindSingle method works?
Replies: 3
Views: 2125

How does FindSingle method works?

Hello, i am trying to get a Container from the windows FORM using FindSingle method, but Ranorex is throwing an error message NoElement found for path This is the Actual path for the container /form[@automationid='LoginWindow']/container[1] Below is how i am trying to get it public Form LoginForm { ...
by RekhaG
Mon Oct 02, 2017 11:49 pm
Forum: How To …
Topic: WPF table scroll
Replies: 4
Views: 2286

Re: WPF table scroll

Hi jindrich.matous,


Can you please tell me if you figure out a solution? I am running into the same issue currently.

Thanks,
Rekha
by RekhaG
Fri Sep 29, 2017 12:13 am
Forum: How To …
Topic: Ranorex cannot retrieve the cell value for a row in a Table
Replies: 2
Views: 2433

Ranorex cannot retrieve the cell value for a row in a Table

Hi , I am trying to validate a particular cell value for a specific row and Column, but for some reason ranorex doesnot return all the cell values of a particular row. It only brings the columns values that are visible on screen. But i am trying to get a value of column which is off screen. These ar...
by RekhaG
Thu Sep 28, 2017 6:19 pm
Forum: How To …
Topic: How to write a regular expression for changing index
Replies: 2
Views: 1573

Re: How to write a regular expression for changing index

Thank you so much odklizec!! After removing the index it worked fine
by RekhaG
Thu Sep 28, 2017 12:50 am
Forum: How To …
Topic: How to write a regular expression for changing index
Replies: 2
Views: 1573

How to write a regular expression for changing index

Hello there, I am validating on logo of the website, but the index of the dom keeps changing which is causing my test case to fail. Can some one tell how to write a regular expression for a changing index. I browsed through the examples of regular expression in your website but could not find an app...