Manual Testing
About Lesson

Testing the application to check how well it recovers from crashes or disasters.

The steps involved in Recovery Testing are:

  1. Introduce defect and crash the application – Somebody will guide us as to how and when will the software OR. By experience after few months of experience on working the project, we can get to know how and when the s/w can and will crash.
  2. Whenever s/w crashes, it should not disappear but should write error log message (or) crash log message where in reason for crashing should be specified. Ex – C : // Program Files /QTP /crash.log
  3. It should kill its own process before it disappears. For ex – In Windows, we have Task Manager to show which process will be running.
  4. Re-open the  The application must be reopened with previous settings.
Join the conversation