Interview Question : What is Endurance Testing?
Answer : This testing we test application behavior against the load and stress applies over application for a long duration of time. The goal of this testing are: To determine the how the application is going to responds for high load and stress conditions in the real scenario. To ensure that the response times in highly load and stress conditions are within the user's requirement of response time. Checks for memory leaks or other problems that may occur with prolonged execution.
Interview Question Category : Testing - General
|