+

Search Tips   |   Advanced Search


Socket custom verification point details

Custom verification points enable you to perform advanced checks through a user-defined custom Java™ class.

Custom verification points return a Pass status when the custom class returns a Pass status after performing a verification written in Java code.

Class name

Specify the name of a Java class located in workspace. The class must use the Rational Performance Tester API. See Extending test execution with custom code for more information.

Generate Code

Click this button to automatically create a Java class using the API template. You can extend this Java class to perform any advanced verification on the received data.

View Code

Click this button to open the class in the Java editor.


Related reference

  • Socket test details
  • Socket connection details
  • Socket close details
  • Socket send details
  • Socket receive details
  • Socket content verification point details
  • Socket size verification point details