what is soak testing
Answers were Sorted based on User's Feedback
Answer / pjagya
Soak testing is running a system at high levels of load for
prolonged periods of time.
Some times basic functionality of the application works fine
but given extra load e.g. 1000 users trying to access a web
application at the same time or filling the memory of device
may cause some exceptions.
In other words we can say soak testing is a combination of
load and performance testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
soak testing:
Soak Tests is also Known as Endurance Testing.
Soak testing is running a system at high levels of load for prolonged periods of time.
A soak test would normally execute several times more transactions in an entire day than would be expected in a busy day, to identify any performance problems that appear after a large number of transactions have been executed.
Also, it is possible that a system may ‘stop’ working after a certain number of transactions have been processed due to memory leaks or other defects.
Soak tests provide an opportunity to identify such defects, whereas load tests and stress tests may not find such problems due to their relatively short duration.
For example, in software testing, a system may behave exactly as expected when tested for 1 hour.
However, when it is tested for 3 hours, problems such as memory leaks cause the system to fail or behave randomly.
Soak testing falls under stress testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Soak testing is running a system at high levels of load for
prolonged periods of time. A soak test would normally
execute several times more transactions in an entire day (or
night) than would be expected in a busy day, to identify any
performance problems that appear after a large number of
transactions have been executed.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is stress testing, and load testing, vidune testing pls give suitable example in the question
It will be a great help if any one will help on this issue, Three test cases got faied [TC#1, 2 and 3] and all are there in the same TestScript. For all the three failed testcases a bug is logged refrencing to the three failed testcase. In Next round of validation out of three two TC#2 and 3 got PASSED and TC#1 FAILED. I am confusssed if in this scenario if i mark the PASSED test case as PASS OR FAIl, as the the Defect will have BOTH PASS and FAIl at the same time. Please clarify How to handel this scenario.
At which stage testing phase will start
what is fpa ?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
what is difference bettween High level documents and low level documents wht is covered in it ? when does tester uses this ie wht level of testing?
What is the difference between Smoke testing & Sanity Testing?
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
when database testing comes into manual tesing
What is 'string' testing?
hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail
In any application there are so many fields. So tester have to test each field with Special chars., Alphabetic value, Alphanumeric value, Blank Space. etc. I am testing with all these inputs but should I have to consider these into test cases. Because rather than these there many functionalities to check.Please Guide me properly