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 DiscussionsManaging Failures - New vs. Expected/Known Issues403 forbidden issueDate as a Global property
Related ContentSimple script to batch edit multiple groovy scriptsParsing a simple SOAPUI JSON Response in GroovySimple Functional Web Testing