Index Page

Wednesday, 8 April 2020

How many ways we can run API in SOAPUI tool?

How many ways we can run API in the SOAPUI tool?


In SOAPUI tool we can run API in three ways:
1. From Project Level.
2. From Test Suite Level.
3. From Test Case Level.


1. From Project Level:


If there are multiple TestSuite and we want to run all TestSuites in a single click then we run the project from Project Level.

Double click on Project > TestSuites > Run.


2. From TestSuites Level:


If there are multiple TestCases and we want to run all TestCases in a single click then we run the TestSuite from TestSuite Level.

Double click on TestSuites > Run.



3. From TestCase Level:


If there are multiple TestSteps and we want to run all TestSteps in a single click then we run the TestCases from TestCases Level.

Double click on TestCases > Run.





No comments:

Post a Comment