Forum Discussion

Janu's avatar
Janu
Occasional Contributor
8 years ago
Solved

Data Driven Testing - in Soapui Free version

Can some one please help me how to perform Data Driven Test in soapui opensource for SOA application.

 

 

 

 

 

 

Thank You,

Janu.

 

7 Replies

  • KarelHusa's avatar
    KarelHusa
    Champion Level 3

    Open source SoapUI does not provide out of the box user interface to create Data Driven Tests. This is a PRO version feature (see this tutorial).

     

    However, you can make a groovy script to loop at the test case level and in each run retrieve data and invoke the target service. You can get data from filesystem, database or any other data source and use them to build a service request.

     

    See the following thread, where looping is explained.

     

     

    • Janu's avatar
      Janu
      Occasional Contributor

      Thank you KarelHusa for the reply. 

      • Alagupandi's avatar
        Alagupandi
        Regular Visitor

        Hi Friends,

         

        I am using soap ui open source tool and want to do parametrisation.

         

        I guess this will be done only using groovy scripting.

         

        My Requirement:

         

        Have 10 different test data in a excel sheet.

        Need to capture the response for the 10 different test data and ensure the results.

         

        Could you please help me.

    • Janu's avatar
      Janu
      Occasional Contributor

      Thank you for the reply  Mr Rao