someone tell me the difference between volume testing,
stress testing and load testing?
Answers were Sorted based on User's Feedback
Answer / ics_ab
Vloume Testing - if you want to volume test your
application with a specific database size, you will explode
your database to that size and then test the application's
performance on it. An example could be when there is a
requirement for your application to interact with an
interface file (could be any file such as .dat, .xml), You
will create a sample file of the size you want and then
test the application's functionality with that file test
the performance.
Stress - is a form of testing that is used to determine the
stability of a given system or entity. It involves testing
beyond normal operational capacity, often to a breaking
point, in order to observe the results.
Load - testing is to test software intended for a multi-
user audience for the desired performance by subjecting it
with an equal amount of virtual users and then monitoring
the performance under the specified load, usually in a test
enviromnent identical to the production, before going live.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venkat
Load testing: testing whether the software working at customer expected load or not
Stress testing: testing whether the software working at More than customer expected load or not.
Volume testing: testing capacity of the database by inserting model data as per customer requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.What kind of i/p we require from end user to start proper esting? 2.what's confirmation testing ? 3.Whats pilot testing ? 4. what's Defect cascading ? 5.Concept of work bench ?
wat is the 3 golden rules of gui testing
How to do Website Cookie Testing manually. Explain in Detail with an example. Tnx in Advance
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
how The engineer communicates wiht T.L as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one real time example).and how the interaction will takes place between tester and client can anybody plz clatify me.
Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)
What is the difference between functional specifications and business requirement specification?
What are the two main categories of software testing?
if the defect is not reproducible then what u give the status in quality center
Explain the difference between severity and priority.
Discuss what test metrics you feel are important to publish an organization?
How do you perform regression testing of software?