Verification points confirm whether a request generated the expected response, such as a page title or return code.
Adding verification points
A verification point verifies whether or not an expected behavior occurred.Specifying the expected page title
You can verify whether a specified title is returned for a test page.Specifying the expected response code
You can verify whether a test request returned an expected response code.Specifying the expected response size
You can verify whether a response to a request is of the expected size.Specifying the expected content
You can verify whether a response contained specified content.
Parent topic: Editing tests