what is the real process dealt in load runner,starting from
getting the requirement till submitting the
deliverables,when a tester is provided with the scenarios?
if any real time user could answer it would be very useful
for me.also i need what are the real time bottlenecks u
have undergone
Answer Posted / prasanna_ny
Let me explain you in detail the different phases in load
testing:
1.create test script using VIRTUAL USER GENERATOR(VuGen),
and enhance your script by inserting checkpoints,adding
loop/conditional statements/logic based on your requirement,
parameterizing the test for multiple set of data.
You can also run the script in VuGen for debugging purpose.
2.create scenarios using LoadRunner CONTROLLER.Edit load
settings,run-time settings, stop settings and configure the
load machines to generate load (vusers) and run the script
for different number of Vusers(as per your requirement).
Monitor different graphs like Transaction response time,
avg.transaction response time,hits per seconds,error
statistics ,throughput,window resource,web resource,data
resource, web resource to analyze the performance of your
system/application, server response time,how many
transactions passed or failed , CPU/DISK or MEMORY
usuage ,etc....
3. The errors could be HTTP errors like HTTP
500,501,502,503,504,505,509 etc......... i.e. internal
server error,gateway timeout, service unavailable,etc....
Hope it Helps!!!!!!!
Prasu!!!!
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
What are the different components of loadrunner?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
What is lr-function?
how to add 100 for dynamic(correlate value) value
How can we recording vuser scripts using vugen?
How you enhance the basic script?
How can we debug a loadrunner script?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
What is run-time-setting?
Which are online monitors and windows resource monitors
Which web protocol recording level generates the web_submit_form function?
What is the need of checkpoints in lr?
What is the load runner testing process?
How load runner interacts with the application?