Interview Questions | Load Runner | Interview Questions



Get "Load Runner" Category

Sort by:

Tell me something about LoadRunner ?

The loadrunner framework supports the creation of a series of business processes or business threads that are captured as virtual user scripts. LoadRunner enabled the testing team to organize, author, and maintain a set of Virtual User Scripts and supporting software libraries in a shareable environment. These scripts were then be used to simulate several users (hundreds to thousands) accessing the application at once by using the LoadRunner Controller.

Read more on Tell me something about LoadRunner ?…

What is correlation?Explain the difference between automatic and manual correlation?

Correlation is used to obtain data which are unique for each run of the script and which are generated by nested queries. Correlation provides the value to avoid errors arising out of duplicate values and also optimizing the code (to avoid nested queries). Automatic correlation is where we set some rules for correlation. It can be application server specific. Here values are replaced by data which are created by these rules. In manual correlation, the value we want to correlate is scanned and create correlation is used to correlate.

Read more on What is correlation?Explain the difference between automatic and manual correlation?…

Explain the Load testing process?

Step 1: Planning the test. Here, we develop a clearly defined test plan to ensure the test scenarios we develop will accomplish load-testing objectives.

Step 2: Creating Vusers. Here, we create Vuser scripts that contain tasks performed by each Vuser, tasks performed by Vusers as a whole, and tasks measured as transactions.

Read more on Explain the Load testing process?…

What is a Bottleneck in Load Testing?

Any Web system that is subjected to testing will exhibit performance bottlenecks. But what is a bottleneck? Below is a list of terms used to describe some of the causes and effects of those bottlenecks, as well as solutions to those problems.

Read more on What is a Bottleneck in Load Testing?…

Why and when do you do load and performance Testing?

We perform load testing once we are done with interface (GUI) testing. Modern system architectures are large and complex. Whereas single user testing primarily on functionality and user interface of a system component, application testing focuses on performance and reliability of an entire system. For example, a typical application-testing scenario might depict 1000 users logging in simultaneously to a system. This gives rise to issues such as what is the response time of the system, does it crash, will it go with different software applications and platforms, can it hold so many hundreds and thousands of users, etc. This is when we set do load and performance testing.

Read more on Why and when do you do load and performance Testing?…