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!
Related ContentGroovy script to open ProjectGet project type by GroovyLoad project level properties file using groovy?How to write a groovy script for a REST projectSoapUI Java API sending simple Http POST
Recent Discussionsdowngrade to lower ready api version 3.40.1 from latestChanging environment in Jenkins mid-testHow to add same endpoints with different methods?JSON Schema Compliance AssertionReadyAPI - Jira Integration