mpartykaContributor7 years agoSolvedsimple groovy - how to get project name? I'd like to get the project name (label) using groovy. I can get testCase Name, or Test Suite Name (see below) ... but can't seem to get project name. I must be missing something ? Thanks in adva...Show Moregroovyguy7 years agoTry this: def ProjectName= testRunner.testCase.testSuite.project.getName();
mpartykaContributor7 years ago.getName(); instead of .getLabel() ... brilliant! Why didn't I think of that! ;) Thanks for your help!
Recent DiscussionsReadyApi 3.64.0 parallel executionUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63
Related ContentSimple script to batch edit multiple groovy scriptsParsing a simple SOAPUI JSON Response in GroovySimple Functional Web Testing