0 votes
in SOAPUI by
What Is Data-driven Testing? How Can You Do This Using Soap Ui?

1 Answer

0 votes
by

Data-driven testing is when you store test data (input, expected output, etc) in some external storage (database, spreadsheet, xml-files, etc) and then use that data iteratively in your tests when running them. For example to test your phone-lookup service, you might have a list of names and expected phone-numbers in a database which you would use to “drive” your test, checking that each name gets the right phone-number back. It’s really quite simple.

Related questions

0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 2, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 2, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
...