0 votes
in SOAPUI by
Mention How Soapui Is Used To Structure Functional Tests?

1 Answer

0 votes
by

SOAP UI uses three levels to structure functional tests:

TestSuite: It is a pool of test cases used for combining functional tests into logical units

TestCase: It is a group of test steps that are bring together to test some specific aspect of your services. You can augment any number of testcases to test suites

TestSteps: They are “building blocks” of functional tests in SOAPUI. They together makes TestCase and determines the flow of execution of the service to be tested.

Related questions

0 votes
0 votes
asked Nov 25, 2019 in SOAPUI by rajeshsharma
0 votes
asked Nov 25, 2019 in SOAPUI by rajeshsharma
...