background image
<< create Database Vuser scripts | Correlating Database Statements >>
<< create Database Vuser scripts | Correlating Database Statements >>

Getting Started with Database Vuser Scripts

Database Vuser Scripts · Developing Database Vuser Scripts
Creating Vuser Scripts
Chapter 9, page 141
Getting Started with Database Vuser Scripts
This section provides an overview of the process of developing Database Vuser
scripts using VuGen.
To develop a Database Vuser script:
1
Record the basic script using VuGen.
Invoke VuGen and create a new Vuser script. Specify the type of Vuser (CtLib,
DbLib, Informix, Oracle, and ODBC). 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 query many times using
different values.
For details, see Chapter 5,
Defining Parameters
.