background image
<< To mark the start of a LoadRunner transaction | Inserting Rendezvous Points >>
<< To mark the start of a LoadRunner transaction | Inserting Rendezvous Points >>

To mark the end of a transaction

Creating Vuser Scripts
Chapter 4, page 42
Working with VuGen · Enhancing Vuser Scripts
In
To mark the end of a transaction:
1
While recording a script, click the End Transaction button on the Recording
toolbar. The End Transaction dialog box opens.
2
Click the arrow for a list of open transactions. Select the transaction to close.
Click OK to accept the transaction name. LoadRunner inserts an
lr_end_transaction statement into the Vuser script. For example, the following
function indicates the end of the trans1 transaction:
lr_end_transaction("trans1", LR_AUTO);