background image
<< Integrating a Vuser Script into a LoadRunner Scenario | Opening a Connection to a TestDirector Project >>
<< Integrating a Vuser Script into a LoadRunner Scenario | Opening a Connection to a TestDirector Project >>

Using a UNIX-based Controller

Creating Vuser Scripts
Chapter 7, page 122
Working with VuGen · Running Vuser Scripts in Stand-Alone Mode
In
Using a UNIX-based Controller
When using the UNIX-based LoadRunner Controller, you assign scripts to Vusers
through a Scenario script. Designate the Vuser's .
usr
file as your Vuser test for the
individual Vuser or the entire group.
For more information about Scenario scripts, refer to the
LoadRunner Controller
User's Guide (UNIX)
.
vuser_set(
group_name
, 0, "vuser_type",DB );
vuser_set(
group_name
, 0, "test","
path_name
/
file_name
.usr" );
sgroup_set(
group_name
, "vuser",DB );
sgroup_set(
group_name
, "test","
path_name
/
file_name
.usr" );