Collections:
Add Assertion to Request in SoapUI
How to add assertions to requests in SoapUI?
✍: FYIcenter.com
When you perform a request as a test step in SoapUI,
you need to add some assertions to determine if the request is successful or not.
You can follow this tutorial to see add assertions to a request in a SoapUI test.
1. Start SoapUI on your computer.
2. Click "File > Import" menu to open your first SoapUI test project stored in "\fyicenter\First-project.xml".
3. Double-click on "HTTP Request" test step under "Project 1 > TestSuite 1 > TestCast 1> Test Steps". You see the request window
4. Click the "Run" icon on the request window. You see the test step executed.
5. Click the "Assertion" tab at the button of the request window. You see the assertion section opening up with no assertions listed.
6. Click the "+" icon. You see "Add Assertion" window.
7. Click "Property Content > Contains" and "Add". You see the "Contains Assertion" window.
8. Enter "JSON Validator" in the "Content" field and click "Add". You see an "Contains" assertion added to the request.
If you run the request now and the response returned from the server contains the string of "JSON Validator", this assertion will be marked as "VALID". Otherwise, it will be marked as "FAILED".
The picture below shows you how to add an assertion to a request in SoapUI:
⇐ View Request Execution Log in SoapUI
2018-04-21, 2364🔥, 0💬
Popular Posts:
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...