What is Load Testing and Stress Testing explain it with
examples
Answers were Sorted based on User's Feedback
Answer / sr
Load Testing
Evaluate the system’s capacity to handle large amounts of
data during short time periods.
Stress Testing
Evaluate system’s capacity to handle large numbers of
processing transactions during peak periods
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sujit
To verify application behavior under normal and peak load conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin verma hcl
Hi,
In the Stress testing we test the software against heavy
load such as complex numerical values and large number of
inputs to test whether it is able to carry them out or at
what point it fails.
And as the name is suggesting in the Load testing we
increase the load on the software by connecting the so many
users with the application.
Plz correct me if i m worng...
Regards..
nitin9360@gmail.com
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / nadir
Load Testing: testing the performance of the application after aplying the load which is less than designed load..
Stress Testing: testing the performance of the application after aplying the load which is greater than designed load
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sr
Load Testing
Evaluate the system’s capacity to handle large amounts of
data during short time periods.
Stress Testing
Evaluate system’s capacity to handle large numbers of
processing transactions during peak periods
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / chandru
hi,
Load testing is to test the execution of application or product under customer expected configuration and customer expected load to estimate the performance is called load testing
For example
take an application that you want to book a movie ticket for that we need to store the booked ticket details for that we will create one database that it will have a capacity of load that customer given load.if the customer given load is not meeting means load test will be fail...
| Is This Answer Correct ? | 0 Yes | 3 No |
What is ISO 9000?
If a defect is found in UAT after releasing what can a tester tell to his Manager about that defect?
How do we find Effectiveness of Test Cases..Thanks in advance...
What development model should programmers and the test group use?
what is the good answer for authentication and authorization?
In the client systems, testing should focus on performance and compatibility .Is it true
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
If the developer rejects that its not a bug means then whats the next step we follow?
How you will test media player ?
How do u test the application without any documents?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
is it possible to do performance testing in stand alone application..how wil u do that ???????