Forum Discussion

nagoorkj's avatar
nagoorkj
Contributor
5 years ago
Solved

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...
  • Vallalarasu_P's avatar
    5 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