Forum Discussion

sraopi's avatar
12 years ago

Extract Response values to Excel file

Hi All,
We want to automate the webservices testing with below requirements.
1. By taking the Request values from Excel by having each column with one request params.
2. Send the soap request after filling the values from excel columns and get the response and compare the response tag values (Individual tag values, not the xml response as such) with the another set of column values which will have expected result and finally write the result such as whether test case failed or passed.


We are able to create the request xml by taking the values from excel file with individuval columns but now we are facing issue to get the response and compare the response tag values with expected column values. Please suggest on this...Many Thanks...