0 votes
in SOAPUI by
What Hierarchy Soapui Follows To Build A Proper Testing Project?

1 Answer

0 votes
by

In a SoapUI project, the following order should be maintained:

TestSuite – This is combination of functional tests and logical blocks

Testcase – Its a group that contains several test steps for the specific aspects of the service.

Teststep – it contains the set of functional tests

...