Verifying application behavior Add the different verification points to verify the responses in a socket test. Verifying received contentWith content verification points, you can check that actual received data matches the expected data that is specified in the verification point.Verifying received message sizeWith 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 codeWith custom verification points, you can use Java™ code to verify the data received through a connection.Parent topic: Editing Socket tests