Multiple choice technology testing

Which testing is used to verify whether requirements are met or not, checking all features breadth-first.

  1. Ramp Testing

  2. Smoke Testing

  3. Regression Testing

  4. Sanity testing

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

Sanity testing is a quick, breadth-first check to verify whether requirements are met and the software is stable enough for further testing. Regression testing ensures new changes haven't broken existing features, Smoke Testing checks basic functionality, and Ramp Testing stresses the system until failure. Sanity testing specifically focuses on verifying requirements breadth-first.