Command line runs in SoapUI can be used to run
1.Project
2.Test Case
3.Test Suite
4.All of the above
How to refer a property from test case
1.${#TestCase#PropertyName}
2.$TestCase$PropertyName
3.${TestCase#PropertyName}
4.None of the above
In SoapUI following cannot be executed from command line
1.Test Case
2.Test Case
3.Test Step Project
4.Test Suite
In SoapUI properties are available at level
1.Test Case
2.Test Suite
3.Project
4.All of the above
SoapUI can be used to do
1.API manual testing
2.API automation testing
3.Both manual and automation API testing
4.Only SOAP API testing
What are different type of assertions use in SoapUI
1.Content assertion
2.Script assertion
3.SLA assertion
4.All of the above
What is the hierarchy in SoapUI Projects
1.Project > Test Case > Test Suite > Test Step
2.Project > Test Suite > Test Case > Test Step
3.Test Suite > Project > Test Case > Test Step
4.Project > Test Step > Test Case > Test Suite
What platform is SoapUI built over
1.Java
2.Node
3.Python
4.JS
What type of test data can be used in SoapUI
1.Excel
2.CSV
3.Database
4.All of the above
Where groovy script can be used in SoapUI
1.Groovy script step
2.Script assertion
3.both (a) and (b)
4.None of the above