SoapUI MCQ Quiz

0%

What platform is SoapUI built over

This was created by James Gosling at Sun Microsystems (which has since been acquired by Oracle) and released in 1995
Show hint
Correct! Wrong!

SoapUi is built entirely over Java Platform and uses the swing library for GUI

SoapUI can be used to do

SoapUI can be used to be used by both manual and automation teams
Show hint
Correct! Wrong!

SoapUI is used to create and run API test cases manually or in automation

In SoapUI properties are available at level

In SoapUI you can create properties at Project, TestSuite, TestCase, TestStep and Global level
Show hint
Correct! Wrong!

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

In SoapUI project, top most level is project and lowest is test step
Show hint
Correct! Wrong!

SoapUI projects have the following hierarchy: Project > TestSuite > TestCase > TestStep

What are different type of assertions use in SoapUI

Goto any api request in SoapUI and click on Assertions tab at the bottom, click on + button and check the types of assertion
Show hint
Correct! Wrong!

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

Correct answer is among 1 or 2
Show hint
Correct! Wrong!

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

Not 1st and 4th
Show hint
Correct! Wrong!

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

You can use multiple options for data in SoapUI
Show hint
Correct! Wrong!

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 do a right click at any level, i.e. Project, TestSuite, TestCase, TestStep. If you get option of LaunchTestRunner, that means it can be executed from the command line
Show hint
Correct! Wrong!

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

In SoapUI do a right click at any level, i.e. Project, TestSuite, TestCase, TestStep. If you get option of LaunchTestRunner, that means it can be executed from the command line
Show hint
Correct! Wrong!

Test Step cannot be directly executed from the command line.

SoapUI MCQ Quiz

Share your Results: