background image
<< Running TUXEDO Scripts | VuGen editor >>
<< Running TUXEDO Scripts | VuGen editor >>

Correlating Queries

Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
Creating Vuser Scripts
Chapter 11, page 201
Correlating Queries
LoadRunner supports correlated queries (and other TUXEDO statements) for
Vuser scripts recorded with TUXEDO applications. Correlated queries allow you to
link statements by using the output of one statement for another.
For example, suppose you record a script where you open a new bank account and
deposit money. When you run the script, it will create another new account, but you
will not be able to deposit money into the new account because you won't know the
new account number. To solve this, use a correlated query to save the new account
number and then use the number as a parameter in the deposit statement.