A verification point verifies whether or not an expected behavior occurred.
You can enable verification points globally in the test editor preference. (Go to Window > Preferences > Test > Performance Test Editor. ) Follow this procedure to set verification points selectively for particular tests, when global verification points are disabled (the default).
To add a verification point:
Option | Description |
---|---|
Enable Page Title VPs | To inspect or set your expectation, see Specifying the expected page title. Page Title VPs cannot be added to requests so this selection is not presented when a request is selected. |
Enable Response Code VPs | To inspect or set your expectation, see Specifying the expected response code. |
Enable Response Size VPs | To inspect or set your expectation, see Specifying the expected response size. |
Enable Content VPs | To inspect or set your expectation, see Specifying the expected content. |
So that you can easily disable verification points in a test, enabling verification points toggles the selections to Disable Page Title VPs, Disable Response Code VPs, Disable Response Size VPs, or Disable Content VPs.
Parent topic: Adding verification points to a test