Olete.in
Articles
Mock Tests
🧪 SOAP UI MCQ Quiz Hub
Soap UI MCQ
Choose a topic to test your knowledge and improve your SOAP UI skills
1. What platform is SoapUI built over
Java
Node
Python
JS
2. SoapUI can be used to do
API manual testing
API automation testing
Both manual and automation API testing
Only SOAP API testing
3. In SoapUI properties are available at level
Test Case
Test Suite
Project
All of the above
4. What is the hierarchy in SoapUI Projects
Project > Test Case > Test Suite > Test Step
Project > Test Suite > Test Case > Test Step
Test Suite > Project > Test Case > Test Step
Project > Test Step > Test Case > Test Suite
5. What are different type of assertions use in SoapUI
Content assertion
Script assertion
SLA assertion
All of the above
6. How to refer a property from test case
${#TestCase#PropertyName}
$TestCase$PropertyName
${TestCase#PropertyName}
None of the above
7. Where groovy script can be used in SoapUI
Groovy script step
Script assertion
both (a) and (b)
None of the above
8. What type of test data can be used in SoapUI
Excel
CSV
Database
All of the above
9. Command line runs in SoapUI can be used to run
Project
Test Case
Test Suite
All of the above
10. In SoapUI following cannot be executed from command line
Test Case
Test Case
Test Step Project
Test Suite
Submit