What is the use of lr_start_transition statement in
loadrunner.
Answer Posted / ponnakam sivakumar
It will marks the transaction (start time).
The lr_start_transaction function marks the beginning of a transaction. To indicate a transaction to be analyzed, use the lr_start_transaction and lr_end_transaction functions. These functions are inserted immediately before and after the transaction.
Transactions can be nested, but each lr_start_transaction statement must be associated with an lr_end_transaction statement or it will be interpreted as an illegal command.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the modular approach of scripting?
What do you mean by remote command launcher(rcl)?
How can performance bottlenecks be identified?
What are the changes that can be made to run-time settings?
How do you enable text and image checks in vugen?
What is the think time? What is the threshold level for think time and how can be this changed?
What is the think time?
What is ms-windows?
How can we debug a loadrunner script?
What is the vuser in the scenario?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
What is report header and what are the information contains?
How you enhance the basic script?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
Which function is used to end a nested transaction?