HP LoadRunner Protocol SDK
Script Settings: The USR File

The file <LoadRunner installation>\template\<protocol id>\<protocol ID>.usr defines the settings of a protocol script.

The [ExtraFiles] section contains the list of template files to be displayed in VuGen in addition to the default files: action, vuser_init, and vuser_end. If there is no need to show any extra files in VuGen for this protocol, the section can be empty or missing.

Files that appear in this section must have a default instance in the <LoadRunner installation>\template\<protocol id> template folder.

Example of an ExtraFiles Section
[ExtraFiles]
user.h=
interfaces.h=
recordsets.inf=
globals.h=

o    RunType - since we plan to support C scripts only, the default value (cci) is good - no need to specify this parameter.