Forum Discussion

david2's avatar
david2
Occasional Contributor
3 years ago

Best way to programmatically test services with different variables?

Hello! I need to test a service with multiple variables to a SOAP request. What is the best way to test this without Cloning Test Cases? The sticking point is that I need to see the individual responses for each run of the Test Case sent. Is this possible?

8 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    The data driven approach is suitable for that based on what I understand from the question.

    • david2's avatar
      david2
      Occasional 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.