Forum Discussion
- TNeuschwangerChampion Level 1
Hello mriduk8s
You can use this code in a groovy script test step...
log.info 'Test Step "' + testRunner.runContext.currentStep.name + '" start...'; log.info ""; def environmentName = testRunner.testCase.project.getActiveEnvironment().name; log.info "environmentName=$environmentName"; log.info ""; log.info 'Test Step "' + testRunner.runContext.currentStep.name + '" done...';
Regards,
Todd
- nmraoChampion Level 3More details please of your use case.
Related Content
- 10 years ago
- 13 years ago
- 5 years ago
Recent Discussions
- 22 days ago