mpartykaContributor8 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 Moregroovyguy8 years agoTry this: def ProjectName= testRunner.testCase.testSuite.project.getName();
mpartykaContributor8 years ago.getName(); instead of .getLabel() ... brilliant! Why didn't I think of that! ;) Thanks for your help!
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentSimple script to batch edit multiple groovy scriptsParsing a simple SOAPUI JSON Response in GroovySimple Functional Web Testing