HP LoadRunner Protocol SDK
The Template Folder

The <LoadRunner installation>\template\<protocol ID> folder contains the files required by the protocol script template, such as default versions of the action files. The template folder contains several files. A protocol developer will be concerned mostly with the following:

The template folder may also include other files that are required by your protocol for each Vuser script.

The C files are the initial script actions files added to a new script. default.usp is the default run logic. globals.h contains the include statement for this protocol's header and sometimes other declarations.

When the protocol is used in a single-protocol script, the initial files are taken from this folder. When the protocol is used in a multi-protocol script, some files are taken from the multi-protocol template. For example, comments you write in the protocol default Action.c are not visible in a multi-protocol script because the action files are taken from the multi-protocol template.