Detailed Reports
I have a requirement like I need to work on 200+ test cases.I'm having huge no of data for each and every rows.So i have decided to go for to place all the data in an excel sheet. I have used 2 data sources for each request.One is for input and another one is for expected values.Input data source consists of all the inputs that needs to be passed to the post request and expected data source will consists of the expected values.I have added smart assertion to validate the response with actual response.The data source which contains expected values will supply the expected values to the smart assertions.
Now my query is if any changes made to the request body it is very difficult to change the request body for all 200+ requests.So i have decided to have one data source loop which run the request as per the data that we have in input data source.But while using data source loop the request and response for each iteration is not displayed. How to make it displayed?