Forum Discussion
SmartBear_Suppo
Alumni
12 years agoyou will have to use some Groovy to dynamically change the environments, see examples below:
testRunner.testCase.testSuite.project.setActiveEnvironment("staging")
The above will set the environment labeled staging
Let me know if you have further questions.
Regards,
Temil
testRunner.testCase.testSuite.project.setActiveEnvironment("staging")
The above will set the environment labeled staging
Let me know if you have further questions.
Regards,
Temil