Verify expected behavior
To check whether expected behavior occurs during a run, you can add verification points. When you run a test containing a verification point, an error is reported if the expected behavior does not occur.
- Specifying the expected request methods
Request Method verification points report an error if the method of the incoming SIP request differs from the expected method.- Specifying the expected response codes
Response Code verification points report an error if the returned response code differs from the expected response code.- Specifying the expected header contents
Header Content verification points report an error if the received SIP header contents differ from the expected header contents. Header Content verification points can also verify that a header with any value exists in the message.- Specifying the expected message contents
Content verification points report an error if the returned SIP message contents differs from the expected message contents.
Related
SIP test editor overview Add SIP contexts About SIP headers Add sequence patterns to SIP tests
Related tasks
Configure background registration Configure a test to use the TLS transport Create a SIP counterpart test Run tests on computers with multiple network addresses Configure different ports for a SIP location