HP LoadRunner Protocol SDK
Create a Project
  1. Create a new project of type LoadRunner Protocol in Visual Studio.

    File > New > Project

    Double-click on LoadRunner Protocol

  2. Specify the solution name and location and select OK. The Welcome dialog is displayed.

  3. Fill in the fields in the Welcome dialog.

    The Protocol ID uniquely identifies your protocol. It is used, for example, as a prefix for file names and method names. You can change the initial ID presented in the dialog.

    Select Thread per Vuser to enable running every Vuser in its own thread.

  4. Click OK to create the solution. The solution includes:

    • Installer project to create the MSI installation package
    • Replay API project
    • Your Protocol project. This is the main project.
    • VuGen Addin project