What parameters to consider for Performance Testing?
Answers were Sorted based on User's Feedback
Answer / suneel reddy
generally we consider five parameters
Response time
page download time
Through put
transactions per second
Turn around time
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / shailu
Response Time during data retrieval ,calculations,
TurnAround time, Bandwidth, Web Page loadtime during
Multiple user logins,capacity,volume,load,
The time parameters for performance testing are Elapsed
time , response time , hits/second and throughputs.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / dheeraj shandilya
Performance testing include :
Load testing,
Stress testing,
Volume testing,
Time response,
and other things
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / ashish
Performance testing is done to determine the speed,effectiveness and to verify the specification claimed by the it's manufacturer or Vendor..!!
Got the point.... :)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / giridhar
number client requests.
request.
response.
these both are the main parameters inthe performance
testing.
| Is This Answer Correct ? | 0 Yes | 4 No |
What is data flow analysis?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
What is test item?
What is upwardly compatible software?
Identification, control, auditing, and status accounting are functions of which one of the following? 1. Configuration management 2. Quality assurance 3. Verification and validation 4. Testing 5. Inspection
How you find the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
If the client identified some bugs to whom did he reported?
What is web application testing
What are the differences between these three words Error, Defect and Bug?
What are the different Joins in SQL Server??? What are the types of indexes???
what is the difference in testing a secured site 'https' & a non-secured site 'http&'
What is Entry and Exit criteria for a Test Plan?