Which of the following is the correct description of sanity testing?
easy📝 Syntax Q12 of 15
Testing Fundamentals - Testing Types and Levels
Which of the following is the correct description of sanity testing?
AChecking specific functionality after small changes or bug fixes
BTesting all features in detail after a major release
CPerforming load testing to check performance
DRunning automated tests for regression
Step-by-Step Solution
Solution:
Step 1: Define sanity testing
Sanity testing is a quick check of specific functionality or bug fixes after small changes to ensure they work as expected.
Step 2: Match options to sanity testing
Checking specific functionality after small changes or bug fixes correctly describes this focused testing, while others describe different testing types.
Final Answer:
Checking specific functionality after small changes or bug fixes -> Option A
Quick Check:
Sanity testing = Focused check after small changes [OK]
Quick Trick:Sanity test = check specific fixes after small changes [OK]
Common Mistakes:
Confusing sanity testing with full regression testing
Thinking sanity testing covers all features
Mixing sanity testing with performance testing
Master "Testing Types and Levels" in Testing Fundamentals
9 interactive learning modes - each teaches the same concept differently