background image
<< About TUXEDO Vuser Scripts | Correlate statements >>
<< About TUXEDO Vuser Scripts | Correlate statements >>

Getting Started with TUXEDO Vuser Scripts

Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
Creating Vuser Scripts
Chapter 11, page 189
Getting Started with TUXEDO Vuser Scripts
This section provides an overview of the process of developing TUXEDO Vuser
scripts using VuGen.
To develop a TUXEDO Vuser script:
1
Record the basic script using VuGen.
Invoke VuGen and create a new Vuser script. Specify TUXEDO or TUXEDO63 (for
recording TUXEDO Version 6.3) as the type of Vuser. Choose an application to
record. Record typical operations on your application.
For details, see Chapter 3,
Recording with VuGen
.
2
Enhance the script.
Enhance the Vuser script by inserting transactions, rendezvous points, and
control-flow structures into the script.
For details, see Chapter 4,
Enhancing Vuser Scripts
.
3
Define parameters (optional).
Define parameters for the fixed-values recorded into your script. By substituting
fixed-values with parameters, you can repeat the same business process many
times using different values.
For details, see Chapter 5,
Defining Parameters
.