2.4 Data Driven Testing

In SoapUI to perform data driven testing please follow the below steps

  1. Create the property step for performing looping operation

  1. Create the Data Driver for performing data driving

  1. Create the data loop groovy script

4 . In the main test case, call the property in which ever means you want to. If it is a groovy script then call it using below line of code

To run it as data driven testing run it in test case mode so that it repeats for the number of iterations based on the excel data you have passed.

Thanks for reading this portion. If you like it please share...

Last updated

Was this helpful?