kamahade
15 years agoRegular Contributor
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 ?
------------------------------------------------------------------------------
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 ?