Create a cross-Vuser transaction

Cross-Vuser transactions are transactions that allow you to measure the duration of a process that involves multiple Vusers.

  1. Open the Steps Toolbox (from VuGen's View menu) and manually add lr_start_cross_vuser_transaction functions at the beginning of the transactions.

  2. Drag in lr_end_cross_vuser_transaction functions to your script to mark the end of the transactions.
  3. Fill in the Transaction name and Transaction ID fields. Make sure you create a unique ID for your transaction. For guidelines, see the Cross-Vuser transaction overview. Note that you can parameterize the transaction ID as any other standard parameter. For details, see Create parameters.
  4. Replay the script in VuGen to check its functionality. Check the Output log for any error messages.

Back to top

See also: