background image
<< Compiling Scripts | ANSI C support >>
<< Compiling Scripts | ANSI C support >>

run the script from the LoadRunner Controller

Creating Vuser Scripts
Chapter C, page 484
Appendixes · Programming Scripts on UNIX Platforms
In
You can now run the script from the LoadRunner Controller. The Vuser script is the
test
.usr file located in the script's directory. For information on how to integrate a
Vuser script into a LoadRunner scenario, refer to the appropriate
LoadRunner
Controller User's Guide
Before integrating a script into a LoadRunner scenario, you should run it from the
command line to verify that it works properly.
To run a Vuser script from the UNIX command line, type:
where
pwd
is the full path to the directory containing the Vuser script and
test
.usr
is the name of the Vuser file. Check that your script communicates with the server
and performs all the required tasks.
mdrv -usr `
pwd' test
.usr