1.

Mention How Soapui Is Used To Structure Functional Tests?

Answer»

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.

SOAP UI uses three levels to structure functional tests:



Discussion

No Comment Found