-2

I have a request body in ReadyAPI project. I have different data for a particular field in Request Body. Is there a way how I can loop the request with different data each time?

the goal is to have a file where 100's of different data responses are saved.

I have explained my requirement in a diagram please refer to it for better understanding

  • Have you seen the [documentation](https://support.smartbear.com/readyapi/docs/testing/data-driven/index.html)? – SiKing Jan 19 '21 at 22:46

1 Answers1

0

Yep, this is a data-driven test. If you have a licensed version of SoapUI, then this is standard functionality.

If you don't then there are custom solutions built by users. Search for "soapui data driven test' on here.

Chris Adams
  • 1,376
  • 1
  • 8
  • 15