15 January 2008 - 2.0.1 home user-guide eclipse intellij netbeans maven PDF files forums bugs sourceforge eviware.com






Usage Scenarios

This section describes some more "complete" soapUI usage scenarios, currently the following are described:

ScenarioDescription
Data-Driven TestingShows how to use a combination of TestSteps and/or Groovy Scripts to allow test-data (query parameters, username/password, etc) to be provided from an external source
Template-Driven TestingExtends Data-Driven testing to show how to read a series for test-values from an external source and run the entire TestCase for each "row" of values.
Interactive TestingShows how to use groovy scripts to create an input dialog for a TestCase and for displaying the result.
Surveillance TestingDescribes how to use a scheduling tool in conjunction with soapUI to set up ongoing test-processes that continuously validate functionality and performance.

If you have any suggestions or requests for more scenarios please let us know!


Next: Data-Driven Testing