Define Stress, Load, Volume Testing?
Answers were Sorted based on User's Feedback
Answer / sowmya
Stess testing is beyond the limit how the system is working.
where as load testing is upto the limit how the system is
working
volume testing is volume of data transfer will be validated
.the amount of volume time taken to upload a file
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / mercy
Load testing is the process of subjecting an application to
a work level approaching the maximum limit. This is
basically to test the reliability of the application. This
is a part of more general process called 'Performance
Testing'.
Eg: Assigning many jobs to a printer in a queque.
Load testing can be conducted in two ways:
1. Longevity Testing(Endurance Testing): This evaluates a
system's capability to handle a constant moderate load for
a long time.
2. Volume Testing: This evaluates a system's capability to
handle huge load for a short time.
Stress Testing: Evaluates the extent to which a system
keeps working when subjected to extreme work loads or when
some of its hardware or software is comprimised. The
primary goal is to determine the maximum amount of work a
system can handle without breaking.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / mudaseer
in stress testing you test the application by application load for more than the desired number of users and we test whether the application is able to handle the load or not.in this we check the break point of the application
load testing we test the application by applying load equal to or less than number of users.for example if a website is designed for 1000 users we test the application by applying a load of 999 or 1000 users
volume testing here test for huge volume of data for example in facebook we upload photos this is known as volume testing
| Is This Answer Correct ? | 1 Yes | 0 No |
What is meant by TRM in Testing?
how do give priority?i mean to say on which basics? suggest me with proper answer plz.
What is the difference between performing testing the Desktop, web application & client/server application?
Hi All I want discuss abt Testing tools is any one available online in google chat? pls urgent anyone pls help
Should testing be only after build and execution?
what is the test case for bank check leaf??
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
On what criteria we will write test cases?
What is the difference between System Testing and Functionality Testing?
what is difference between win 98 and win 2000 poertating system?which is better one?
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
How do we find Pass and Fail percentage of Test Cases in Real Time. Anybody can explain it in Detail..Thanks is advance....