InterviewSolution
Saved Bookmarks
| 1. |
How To Access The Project Name From A Groovy Script Test Step? |
|
Answer» testRunner.testCase.testSuite.project.NAME (ALMOST all ITEMS have a name PROPERTY) testRunner.testCase.testSuite.project.name (Almost all items have a name property) |
|