domain ip question

Ask general questions here.
JoeR
Posts: 32
Joined: Fri Dec 03, 2010 6:15 pm
Location: Morrisville, NC
Contact:

domain ip question

Post by JoeR » Wed May 04, 2011 7:06 pm

/dom[@domain='10.0.0.111:8443']"

Above is an example of the root dom object for the domain for our app. I can run our test cases against the test machine with this IP address. If I want to run these same test on another test machine how would I handle that seeing that the repository entries all have this ip address and would fail if they ran against another instance of our app on another test machine.
Joe

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: domain ip question

Post by Ciege » Wed May 04, 2011 10:07 pm

You need to set the address as a variable in the repository.

http://www.ranorex.com/support/user-gui ... sting.html
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

JoeR
Posts: 32
Joined: Fri Dec 03, 2010 6:15 pm
Location: Morrisville, NC
Contact:

Re: domain ip question

Post by JoeR » Thu May 05, 2011 2:45 pm

Thanks Ciege,

It works for me.