Forum Discussion
you can try using something like a data sink before your datasource loop to print the response from the test step this would allow you to verify that the information your getting back is what you expect.
also the log output should show if the request was succesful or not.
- kondasamy10 years agoRegular Contributor
I faced this problem too! I finally ended up creating a groovy script to do the following!
1) I would be feeding my data and assertions (usually contains, xpath match and script)
2) Then using Groovy, I would fetch the data and run against the single teststep
3) Based on the run, the result would be pooulated in the excel sheet with status and elaborated details for each test data
So, I had a data driven framework which validates unique parameters for each test data.
Thanks,
Samy
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 22 days ago