HP LoadRunner Protocol SDK
Protocol Implementation

Many tasks in implementing a protocol are iterative, not linear. Over the course of implementation, you will come back to "earlier" steps to add functionality required by "later" steps.

Create the overall services

  1. Create a Project
  2. Implement the main function
  3. Define Error and Warning Messages
  4. Replace the default Protocol Icon with icons to represent your protocol.
  5. Implement any utility functions and data structures that are particular to your application.

Implement Test Run

See Implementing Test Run

Test the protocol

See Protocol Add-on Overall Testing