No Pass/Fail marking on Test Suite results
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2021
09:12 AM
06-15-2021
09:12 AM
No Pass/Fail marking on Test Suite results
I have GET api/Users/1000 with a parameter of 1000.
When I run the test it succeeds which is good, but if I force it to fail by changing 1000 to a non existent 1001 in either location I can see the test has failed by checking the response message XML & JSON but don't get a red mark or anything like that against the test step.
Is it possible to configure this?
Thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2021
03:41 PM
06-15-2021
03:41 PM
Assertions have to be added accordingly in order so that the tool verifies from the response.
The following is the documentation
https://www.soapui.org/docs/functional-testing/validating-messages/getting-started-with-assertions/
Regards,
Rao.
The following is the documentation
https://www.soapui.org/docs/functional-testing/validating-messages/getting-started-with-assertions/
Regards,
Rao.
