background image
<< Generating Templates | all C++ users >>
<< Generating Templates | all C++ users >>

Programming Vuser Actions into a Script

Appendixes · Programming Scripts on UNIX Platforms
Creating Vuser Scripts
Chapter C, page 471
Programming Vuser Actions into a Script
The Vuser script files,
test
.c,
test
.usr, and
test
.cfg, can be customized for your
Vuser.
You program the actual Vuser actions into the
test.c
file
.
This file has the required
structure for a programmed Vuser script. The Vuser script contains three sections:
vuser_init, Actions, and vuser_end.