Prepare report for Endurance testing

While doing Endurance testing for a web application what are the factors on which I should concerned of ?
What shall I add in to the report .

Questions by mfsi_chinmayb   answers by mfsi_chinmayb

Showing Answers 1 - 6 of 6 Answers

neenniii

  • May 17th, 2012
 

Also known as "soak testing", endurance testing focuses on time and throughput. This type of testing normally has the objective of finding memory leaks in the application. Endurance testing applies volume over a significant period of time in order to discover how the system responds during sustained load. It is common for a web application to behave as expected under load for a 30 minutes, but when tested for 5 hours certain memory or CPU issues begin to appear.

So in the report, there should be result data for both CPU and memory utilization by various processes running and identify the bottlenecks. The report also benchmarks the findings with the previous endurance tests done.

  Was this answer useful?  Yes

prasanna

  • May 23rd, 2012
 

Endurance testing is nothing but smoke testing this is noting but applying the desired load for more time and monitoring weather it is behaving properly or not.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions