nagoorkj
6 years agoContributor
Is there any way to read different project properties in groovy through soap ui
I am preparing summary report for my soap ui project but in have more than 3 projects but not sure how to read /get the total test case ,passed count from each project suite and m...
- 6 years ago
Hi,
Reading the project workspace and then finding the project by name will get your access for all the projects under the work space.
Workspace = testRunner.testCase.testSuite.project.workspace
SOAP_Proj = Workspace.getProjectByName("Name of your project" );
Regards
Valla