Search found 4 matches

by zumar
Wed Jul 05, 2017 5:23 am
Forum: General Questions
Topic: Why are my objects not identified when i use a different env
Replies: 4
Views: 1485

Re: Why are my objects not identified when i use a different env

Thank you so much. I tried with Option 1 and it worked. I will soon implement a data driven test using your suggested option 2.
by zumar
Mon Jul 03, 2017 8:06 pm
Forum: General Questions
Topic: Why are my objects not identified when i use a different env
Replies: 4
Views: 1485

Re: Why are my objects not identified when i use a different env

Ok so by instance I mean a different server. Same application installed at 2 servers, and all I am doing is in my recording I change the web address for the application to a different server. Now the application on both nodes is the same however when I re-run those tests Ranorex cannot find those ob...
by zumar
Sat Jul 01, 2017 12:03 am
Forum: General Questions
Topic: Why are my objects not identified when i use a different env
Replies: 4
Views: 1485

Why are my objects not identified when i use a different env

I am using an environment to capture my UI elements/objects. When I change the instance (same objects exists on this one too) Ranorex fails to recognize those elements on this environment. Is there a setting I need to make on my objects that allows them to be recognized in case of a different instan...
by zumar
Wed Jun 21, 2017 6:33 pm
Forum: How To …
Topic: Write data TO file in data driven tests
Replies: 3
Views: 4093

Write data TO file in data driven tests

I have a file where new user accounts information is present. New users are created based on data from that excel file. My scripts change the user data (e.g. password after first login etc.) so I want the most updated information in my excel file. How can I WRITE the data to the file? Is it possible...