Interview Questions

soapUI structures functional tests ?

SoapUI FAQ


(Continued from previous question...)

soapUI structures functional tests ?

soapUI structures functional tests into three levels; TestSuites, TestCases and TestSteps.

1. A TestSuite is a collection of TestCases that can be used for grouping functional tests into logical units. Any number of TestSuites can be created inside a soapUI project to support massive testing scenarios.

2. A TestCase is a collection of TestSteps that are assembled to test some specific aspect of your service(s). You can add any number of TestCases to a containing TestSuite and even modularize them to call each other for complex testing scenarios.

3. TestSteps are the "building blocks" of functional tests in soapUI. They are added to a TestCase and used control the flow of execution and validate the functionality of the service(s) to be tested

(Continued on next question...)

Other Interview Questions