Execute test cases against different environments
Often times users have multiple instances of their service running at different URLs for different purposes.
They may have the production instance at http://www.test.com, a staging instance at http://stage.test.com and a development instance at http://dev.test.com.
In order to test all your environments you can reuse test case configured in one environment and reuse
CloudQA has an option that allow you to override the base URL of your test(s) when you trigger.
- Override base URL in whichever environment it is executed
- Execute a test case or test suite by choosing environment
1. Override the base URL
The default base URL of every test case is set in the Settings >Preferences.
Add different environment URL's present and point the URL in Preferences in whichever environment it executes
Pointed base URL will override the URL in test case when executed
2. Execute a test case or test suite by choosing environment
If you want to choose the environment for each test case when executed, you can custom execute
You can also create a Test Suites and execute on demand or schedule it in different environments