Search found 5 matches

by Pallak
Tue Nov 07, 2017 4:42 pm
Forum: Automation Tools
Topic: Duplication of similar repository items
Replies: 8
Views: 2316

Re: Duplication of similar repository items

1. FULL Ranorex version -7.1.1
2. Windows version - Windows 10
3. Technology of system under test - WPF, C#
4. Ranorex SNAPSHOT (NOT SCREENSHOT) of element(s) in question

Need to identify a way of using index to call elements of below type in code.

Thank you.
Pallak
by Pallak
Fri Nov 03, 2017 10:10 pm
Forum: Automation Tools
Topic: Duplication of similar repository items
Replies: 8
Views: 2316

Re: Duplication of similar repository items

Could you provide some examples of how this is can be used at run-time. As per my current implementation, I am using repository instance and identifying elements using their absolute path and directly accessing elements. For eg: var repo = Repository.Instance; RxPath Distance1= repo.DistanceNumberIn...
by Pallak
Fri Nov 03, 2017 3:49 pm
Forum: Automation Tools
Topic: Duplication of similar repository items
Replies: 8
Views: 2316

Re: Duplication of similar repository items

Thank you so much for providing a solution. I will try to implement it this way. It will really help :)
by Pallak
Fri Nov 03, 2017 3:02 pm
Forum: Automation Tools
Topic: Duplication of similar repository items
Replies: 8
Views: 2316

Re: Duplication of similar repository items

If you check the screenshot, the automation id is same for values inside Distance 1 and Distance 2. So, if I need 10 such elements to be used, is there any other alternative to use them in both code and repository without creating 10 folders for Distance with 10 items representing Number, Values and...
by Pallak
Thu Nov 02, 2017 4:40 pm
Forum: Automation Tools
Topic: Duplication of similar repository items
Replies: 8
Views: 2316

Duplication of similar repository items

Hello, I have observed may times that similar kind of objects with same automation id needs to be added and used multiple times in repository and code. For Eg: If I have to use multiple ellipse, I have to create two folders with Ellipse 1 and Ellipse 2 each containing similar items of area , circumf...