Forum Discussion

kamahade's avatar
kamahade
Regular Contributor
15 years ago

Test Approach

I needed to following steps as part of my web services layer Testing
------------------------------------------------------------------------------
fetch data from Datasource step
Filling XML request parameters
fire SOAP request
Check for SOAP response - Assertion
Go to database and check if parameters are added to right table / columns
------------------------------------------------------------------------------
I need to assert request response with Database... any starting point to do this ?