How is the 90 percentile calculated? Say I am having total
2000 transactions pumped to the system and I have 1800
passed and 200 failed. So the 90 pertile is considered from
the Passed transactions or (passed+failed) transactions?
Answers were Sorted based on User's Feedback
Answer / ad
90the percentile means the highest response time among the
best passed 90% of the attempts of the transaction. In your
example, the transction is passed for 1800 times. So 90% of
1800 values would be 1620 i.e. LR will take 1620 best
response times for that transaction and will report highest
among those. This in turn means (90 percentile means) 90%
of the response times are less than or equal to this
particular number.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / teju
90th percentile means 90%of all samples for particular
transaction performing at certain amount of time. If 90th%
is 10sec then 90% of that samples in the load test is 10
sec or less than of it.
U have 1800 passed transactions then arrange transactions
response time in ascending order, consider the response
time at 1620 sample becoz u need 90th percentile
(1800*90/100=1620).
(or) We have formula in excel percentile(n1...nn).
n1= passed samples for particular transaction
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pravash0000@gmail.com
90 percentile meaning is that:maximum response of transaction.here 1800
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suranjali gupta
90th percentile=0.9*(total transactions i.e passed+failed
transactions)=0.9*2000=1800
| Is This Answer Correct ? | 0 Yes | 10 No |
Hello testers..This question is for u? If u have guts give the ans for this question?***" Manual tester daily process is ..Study the req.S preparing test scenarios
I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......
Hi All, 1. How to Run QTP Scripts from Loadrunner, can u plz give steps in detail 2. Can we put LR functions in QTP script...? 3. While Executing QTP Script in LR, can we use the Correleation concept...?
How to correlate the server side data, when u r getting more than one dynamic data which keeps on suffel during replay?
LOAD RUNNER 9.5 TRAINING AT KUKATPALLY
What is the load runner testing process?
When do you do load and performance Testing?
can we use Quality center in Load runner ? and what is the latest verson of Load Runner ?
Quick learn load runner & Real time experience documents
What is planning for the test?
For what purpose are the virtual users created ?
How can performance bottlenecks be identified?