LoadRunner – Rendezvous Point

LoadRunner Rendezvous Point

In LoadRunner, Rendezvous point is used to force the Vusers to perform the simultaneous task during the test execution. It generates intense user load on the server for a particular functionality/page and instructs LoadRunner to measure server performance under such situation. Rendezvous point instructs Vusers to wait during test execution for multiple Vusers to arrive at … Read more

LoadRunner – Transaction Handling

LoadRunner Transaction Handling

A transaction defines a set of end-user actions that represent the real user activities on an application. A transaction can have multiple requests or sequences of actions that hit the server at a predefined rate (SLA).  In terms of Micro Focus LoadRunner, transactions are used to measure the performance of the server. Each transaction measures the time it … Read more

LoadRunner Parameter Settings

LoadRunner Parameter Setting

LoadRunner provides very convenient ways to handle the test data. It has multiple features related to parameter settings like parameter types, formats, test data selection methods, test data update methods, etc. All these features we have already discussed in the article LoadRunner Parameter Type. Generally, parameter type ‘File’ is commonly used for parameterization in LoadRunner … Read more

LoadRunner Script Enhancement

LoadRunner Script Enhancement

After recording and debugging, the script enhancement step gives beauty to the LoadRunner script. Script enhancement has some important steps like parametrization, script factorization, etc. Some of the steps are optional which you can skip: 1. Parameterization: The parameter helps to replace hard-coded values from the script with the test data. In VuGen, you just … Read more