Page 1 of 1

Multiple Environments

Posted: Wed Oct 24, 2012 8:10 pm
by VictorE
How can I record a script in one test environment and play it back in another?

have multiple test environments in which to execute my test scripts. The server URL is different for each environment. How can I avoid rewriting all of my tests from scratch to make them work with a different server URL?

Let's say we want to run the same test against the application MyApplication deployed on two servers: http://Server1 and http://Server2.

We open the application from the URL http://Server1/MyApplication and record our script. We would like to easily reuse the script on http://Server2/MyApplication

Is there a base url option?

Re: Multiple Environments

Posted: Wed Oct 24, 2012 8:50 pm
by Ciege
Variables...

Read the user guide about them. Learn them... Love them...

http://www.ranorex.com/support/user-gui ... ables.html