Forum Discussion
nmrao
5 years agoCommunity Hero
The data driven approach is suitable for that based on what I understand from the question.
david2
5 years agoOccasional Contributor
What is the data driven approach in regards to SOAP UI Test Suites? Can you walk me through the steps I would use to set up my test cases? Thank you for your reply. I appreciate it.
- nmrao5 years agoCommunity HeroHope below video helps!
https://youtu.be/AFtyMUiD-5s- ChrisAdams5 years agoSuper Contributor
Hi,
Rao is on the money here. Data Driven Tests (https://www.soapui.org/docs/data-driven-tests/functional-tests/ ) allow you to use a source of data, e.g. Excel, and take each value from the row and add it to a request.
IMHO, this is the standout feature of ReadyAPI.
- david25 years agoOccasional Contributor
Thank you. It looks like it only gets the HTTP status code returned rather than the full response for each method call. Is there a way to get the full response for each call to the API service?
- nmrao5 years agoCommunity HeroMay be that is an exceptional case where no response is returned, may be a REST API. That is not always true and depends on how the services are implemented.
Have a look at the below one
https://www.youtube.com/watch?v=gMzQLnG2ifA