This function is developed to usein Mercury Load Runner peformance tool.This main use of this functions to return the current system time at any given point of time while load runner script is running.This
Latest Answer : typedef long time_t; Action() { time_t t; lr_message("Time in seconds since 1/1/70: %ldn", time(&t)); lr_message("Formatted time and date: %s", ctime(&t)); return ...
Transaction measure the time which takes for the server to respond to task submitted by the vuser.
Latest Answer : Technically, a transaction can be a lot of things. It can be the communication (request & response) between a user and the application, between two applications, between the application and the network, between the application and the host ...
By adding control-flow, structure, by inserting transaction point and rendezvous point, adding functions
Latest Answer : The important steps needs to carried to enhance a basic script1. Parameterization( Providing the user inputs to the application)2. Correlation(handling dynamic server responses)3. Transaction names( to get the response time)4. Think time( to simulate ...
While editing the script we have to inserting the transaction point and rendezvous point .
Latest Answer : using VU generator ...
It will start the transaction on the script.
Syntax. Lr-start-transaction("transaction name").
It will end the transaction.
Syntax. Lr-end-transaction("transaction name", LR-AUTO).
Latest Answer : lr_start_transaction("Transaction name",LR_AUTO); ...
1-host windows(list of machine).
2-script windows(list of all the vuser script)
3-rendezvous windows.
4-transaction windows(display all the transaction) .
5-output window( display error and
It indicate when vuser were released from rendezvous point and how many vuser are released from each point.it help the transaction performance time .
Latest Answer : Its the graph that shows the load of Concurrent Vusers. ...
It display the number of complited , successful transaction perform during each second of scenario run.
Latest Answer : This graph shows the number of passed transactions per second which are displayed and are displayed on the y-axis against elapsed time. ...