Verifying application behavior
- Verifying received content
With content verification points, you can check that actual received data matches the expected data that is specified in the verification point. - Verifying received message size
With size verification points, you can check that actual received data matches the expected data size in bytes as specified in the verification point. - Verifying received data with custom Java code
With custom verification points, you can use Java™ code to verify the data received through a connection.
Feedback