Forum Discussion
1 Reply
- Hi,
You can use this script:def env = testRunner.testCase.testSuite.project.activeEnvironment.name
log.info env
Regards,
Giscard
SmartBear Support
def env = testRunner.testCase.testSuite.project.activeEnvironment.name
log.info env