learning how to Mock a service
hi guys,
As the title suggest, I'm trying to learn how to mock a service. And as a result, I am reading this tutorial on mocking a service.
Now, in the spirit of making sure I understand every single line, I came across a line in seciton 3, line 4 of the tutorial that reads: "After creating the MockService, you should get a MockService with one operation and one request".
Please SOAP UI gurus, where in navigator does it show 'one operation and one request"?
There's nothing in the script that suggest a particular code segment is an operation either.
Look forward to your responses.
Hi,
I think they have made a mistake in their terminology in step 4. (that I think you are referring to) - They should say 'you should get one operation (ConversionRate) and one Response (Response 1) - not 'one request', as mocks don't make requests in SoapUI , they receive them and make responses (sometimes they may make custom requests in SoapUI using Groovy scripting).
Does this make more sense?
Regards,
Rup