Forum Discussion

sbhasin24's avatar
sbhasin24
New Contributor
4 years ago
Solved

SoapUI rest mock start issue from testsuite via groovy script

Hi All,   I am trying to start rest mock service via groovy script in test suite. I am getting the error using below script   def mockService = ["RestMockService"] context.mockRunners= mockServi...
  • nmrao's avatar
    nmrao
    4 years ago

    Understand. But certainly that is not correct way to do.

    Can you please check if there is utility called mockservicerunner under bin directory of the installation? If so run the mock services using that before running the tests.