Hi I am new to load runner ,please let me know what is the
actual process of load runner and how to use it
Answers were Sorted based on User's Feedback
Answer / monika sachdev
Load runner is performance testing tool. we can check a
application's performance by putting load on 1 flow of
application.
First we have to generate a automaed script in VUGen and
then we can execute it with load by setting no of virtual
users and iterations in controller and then after execution
we can check the results from analysis file. so it has
mainly 3 components.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shirisha
load runner is used to check the performance of the system
by adding load. load runner consist of 5 componenets.They
are VUGen, controller,load generator.launcher and analyzer.
Intially generate script to the load runner then create
virtual users(imaginary users) then check the performance
of the application by gradually increasing the load then we
need to analyzer the results in the form of graphs through
analyzer component.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohad
Load runner is a tool with uses to mesur the performence of
the Application. It consist of 4 components
1. virtual user generator:This component is used for
generating the scripts with
2.controller:This component is used to execute the multi
user business scenarios
3.Analasys:This component is uses analyze that where exatly
the performence is degraded (we can analyze through the
graphs)
I hoped answer the question
| Is This Answer Correct ? | 1 Yes | 0 No |
why parameterization is necessary when load testing the web server and the data base server ?
What is elapsed time in load runner?
How can performance bottlenecks be identified?
1.How can you Calculate load / stress testing in manually ?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
What are the Web Stress Tools are commonly used these days? Please advise.
What is extended log?
difference between GET & POST methods in JAVA?
What the vuser script contain?
What component of loadrunner is used to record a script?