0 votes
in SOAPUI by
How To Access The Project Name From A Groovy Script Test Step?

1 Answer

0 votes
by
testRunner.testCase.testSuite.project.name (Almost all items have a name property)
...