Multiple choice technology testing

While an application is running, suddenly restart the computer, and afterwards check the validness of the application's data integrity This comes under which type of testing?

  1. Load testing

  2. Recovery testing

  3. Performance testing

  4. Reliability testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Recovery testing verifies a system's ability to recover from crashes, hardware failures, or other catastrophes. Restarting the computer while an application runs and then checking data integrity is a classic recovery test scenario. Load testing measures performance under expected load, not recovery. Performance testing is a broader category that includes load testing. Reliability testing focuses on consistent behavior over time, not recovery from failures.