Wht is the Throughput in performance testing during web
based testing, Generally how do we test this..do we use any
tool etc....Anybody can explain it in detail...
Answers were Sorted based on User's Feedback
Answer / sudheer
Time taken between first bye sent and last byte recieved
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anony
The no of bytes of data executed by thee server per unit time is called throughput
| Is This Answer Correct ? | 2 Yes | 3 No |
performance testing:testing the stability and response time
of an application by applying load
response time:time taken to recieve request ,execute and
send programm
t=t1+t2+t3
t1,t3=depends on request
t2=depends on code
stability:with stand load
generaly we are using performance tools such as
astro load
load runner
silk performer
rational performer
eload
web application stress
i metrica
| Is This Answer Correct ? | 9 Yes | 13 No |
Answer / sm
Through put is the kind of performance testing.It refers to
the number of client requests processes within a certain
unit of time. Typically, the unit of measurement is requests
per second or pages per second. from a marketing
perspective, throughput may also be measured in terms of
visitors per day or page views per day.
we can measure this using automation tools like Load runner..
| Is This Answer Correct ? | 4 Yes | 14 No |
Throughput in performance testing is the no of transactions
that can be handled simultaneously.It can be tested using
automation tools.
| Is This Answer Correct ? | 22 Yes | 39 No |
Answer / satyaprasad
through put means number of hits per second ,and it can be
tested by using LoadRunner
| Is This Answer Correct ? | 15 Yes | 32 No |
What is the difference between stlc and sdlc?
Architectural structure of the insurance project?
What is Injuction testing?
Description--->There are 5 modules in my application. On every module there is a date box. In 1st module, date box is used for 2 submenus. My Question is ---> Should I have to write test cases for date box for every modules & submenus?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?
can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.
How will u decide test data to see that evey feature is thoroughly tested
i have faced this question in one interview.kindly let me know if u know the ans . the ques is the tester have been found 20 bugs in the requirement .after dev. has been fixed 20 bugs again tester retest the bugs he found again 12 bugs dev .fixed 12 bugs keep on its going ..finally its comes zero defects now how will u checking the application stability ..
what is difference between load ,strss and perofrmance??? can u explain me with example???
What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing
what is manual testing? what is the difference between manual testing and automation testing?