khapre
13 years agoOccasional Contributor
Generate Mock service from groovy script
Hi ALL,
Please find below how to generate mock service from SOAPUI groovy script -
If you know the alternate method. please let me know.
Thanks,
Ashish
Please find below how to generate mock service from SOAPUI groovy script -
import com.eviware.soapui.impl.wsdl.WsdlProject
import com.eviware.soapui.impl.wsdl.mock.WsdlMockService
def project_name = testRunner.testCase.testSuite.project.name
def my_mock = createMockService("$project_name")
If you know the alternate method. please let me know.
Thanks,
Ashish