Forum Discussion

Luxoft_Internat's avatar
Luxoft_Internat
Contributor
14 years ago

Dynamic mock service creation

Hi,

Is there any way to create mock services dynamically?

What if I want to create 50 (based on the same wsdl) web services during runtime then I can only generate if from UI ?

Thanks
  • Hi,

    you could create a TestCase containing a groovy script TestStep that generates the MockService for you via the soapUI APIs - is that what you had in mind?

    regards,

    /Ole
    SmartBear Software
  • kamahade's avatar
    kamahade
    Regular Contributor
    Any starting point for this dynamic mock creation from a groovy script in testcase ?