Extending DevOps Test Performance to support other protocols
The HCL DevOps Test Performance (Test Performance) Extensibility Software Development Kit (SDK) enables you to create extensions to support testing new protocols without modifying the core product code. You can create an extension that provides functionality for testing other protocols in addition to the HTTP protocol support that is standard in Test Performance.
Before you begin
About this task
Test Performance supports the HTTP protocol. The goal of the Extensibility SDK is to provide a framework that supports the development of various protocols which can be plugged into Test Performance.
To develop support for testing protocols in Test Performance, you must be familiar with the following areas:
- The protocol that you intend to support
- The Eclipse platform (The Eclipse documentation provides relevant information in the "JDT Programmer's Guide" topic.)
- The Test and Performance Tools Platform (TPTP).
For examples of Test Performance extensions, see the following plug-ins:
com.ibm.rational.test.lt.sdksamples.core.socket
com.ibm.rational.test.lt.sdksamples.recorder.socket
com.ibm.rational.test.lt.sdksamples.models.behavior.socket
com.ibm.rational.test.lt.sdksamples.codegen.socket
com.ibm.rational.test.lt.sdksamples.protocol.socket
com.ibm.rational.test.lt.sdksamples.testgen.socket
com.ibm.rational.test.lt.sdksamples.editor.socket
com.ibm.rational.test.lt.sdksamples.results.socket
com.ibm.rational.test.lt.sdksamples.datacorrelation.testgen.socket
com.ibm.rational.test.lt.sdksamples.datacorrelation.execution.socket