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 your workspace. The class must use the Rational® Performance Tester API. See Executing 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.