pls explain perfomence testing and strees testing load
testing
Answer Posted / g.m.
Performance testing - It is the testing process to test the
speed and efficiency of an application.
Load Testing - It is a process to test the application with
the maximum number of user it can support. for example
How many users can use the system simultaneously before it
slows down or fails.
Stress Testing - It test the application with more than
maximum number of users application can support
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
qtp9.2 and qtp10.0 difference
What is the most important phase in STLC and Why
i want to for technical interview question paper along with in tesrviwe Phases i need
How can write testcases on a code under development pls give asnwer
How to do manual testing of a E-insurance project (end to end process)
10 scenarios for security testing using gmail applications?
What's the difference between system testing and acceptance testing?
What are the advantages of waterfall model?
Define what is a critical bug.
What are the differences between stlc and sdlc?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Define brain stromming and cause effect graphing?
how to create automation frame work ?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.