How do I create dynamic transaction names in LR
Question ID: 105063
3
0

I need to have transaction names change after each iteration. How can I do this?

Marked as spam
Posted by (Questions: 12, Answers: 384)
Asked on July 17, 2013 8:10 pm
425 views
Answers (1)
3
Private answer

Use a statement similar to this:

lr_start_transaction(lr_eval_string(''{TransName}''));

Define the parameter to change each iteration.

Transaction Parameter should be something like this:

TransName
------------------------------------
BuyBookIteration1

BuyBookIteration2

BuyBookIteration3

BuyBookIteration4 (or what every you wish to name them.)

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on July 17, 2013 8:14 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top