Forum Discussion

bimalviswam's avatar
bimalviswam
Occasional Contributor
13 years ago

Mocking DB calls

Hi,

I just got a SoapUI Pro license and started working. In my current project ,the plan is to get rid of the external dependancies on external datasources out of which the response data is fetched. The goal is to isolate API testing. There are 2 types of services in my project

1. Communicates with thirdparty services
2. Communicates directly with DB(This invokes stored procedures in DB to fetch data)

For the 1st type, I can easily mock thirdparty webservice(with predefined responses) and point my webservice to the mock service to test.

But for the 2nd type, I do not have anything to mock and I dont want my webservice to communicate with DB. The response should be generated from something like a mock service. Is there any option for that in SoapUI Pro?

Thanks
No RepliesBe the first to reply