Implement host to test in Test Editor
Use case:
we have multiple test environments, which have identical software running, but different environment settings (hardware, setup etc). When I record my tests on env1 I want to easily run it against env2.
You can see the used Hosts in scenario itself, but it's not easy to switch (currently you have to update all pages).
I want LoadComplete to support easy running the same test on different environment. How? By adding a column Host on the Test Editor window. In this field the user can enter the environment URL (or variable name) to easy switch between test environments and press Play.
For example:
env1 : www.testhost1.com
env2: www.testhost2.com
script is recorded on testhost1.com, then to run the test on testhost2.com only the field Host on Test Editor has to be changed from testhost1.com to testhost2.com (or variable names)