What platform is SoapUI built over
SoapUi is built entirely over Java Platform and uses the swing library for GUI
SoapUI can be used to do
SoapUI is used to create and run API test cases manually or in automation
In SoapUI properties are available at level
Properties are available at all levels i.e. Project, TestSuite, TestCase, TestStep and also at Global level (Goto Preferences > Global Properties)
What is the hierarchy in SoapUI Projects
SoapUI projects have the following hierarchy: Project > TestSuite > TestCase > TestStep
What are different type of assertions use in SoapUI
Assertions are validation or checks on API. Only after you add an assertion, the request will be shown as pass (green) or fail (red) after execution.
How to refer a property from test case
Project - ${#Project#PropertyName} Test Suite - ${#TestSuite#PropertyName} Test Case - ${#TestCase#PropertyName} Test Step - ${TestStepName#PropertyName} Global - ${#Global#PropertyName}
Where groovy script can be used in SoapUI
Groovy script can be used as a groovy step in a test case and also there is a script assertion where groovy scripts can be added
What type of test data can be used in SoapUI
In SoapUI open source version, we can use groovy scripts to get data from excel, csv or DB
Command line runs in SoapUI can be used to run
In SoapUI you can run at all levels from the command line except test step. You cannot run a test step directly from the command line.
In SoapUI following cannot be executed from command line
Test Step cannot be directly executed from the command line.
Share your Results: