0
0
Testing Fundamentalstesting~5 mins

Smoke testing and sanity testing in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is smoke testing?
Smoke testing is a quick set of tests to check if the basic functions of a software build work. It helps decide if the build is stable enough for detailed testing.
Click to reveal answer
beginner
What is sanity testing?
Sanity testing checks specific parts of the software after changes or fixes to ensure those parts work correctly without testing everything.
Click to reveal answer
intermediate
How is smoke testing different from sanity testing?
Smoke testing covers basic functions of the whole software to check stability, while sanity testing focuses on specific areas after changes to verify fixes.
Click to reveal answer
beginner
When should smoke testing be done?
Smoke testing should be done right after receiving a new software build to quickly check if it is stable enough for further testing.
Click to reveal answer
beginner
Why is sanity testing important?
Sanity testing saves time by checking only the changed parts of software after fixes, ensuring they work without running all tests again.
Click to reveal answer
What is the main goal of smoke testing?
APerform user acceptance testing
BCheck if the build is stable for further testing
CVerify only fixed bugs
DTest all features in detail
Sanity testing is usually performed:
ABefore receiving the build
BAfter major changes to the whole system
COnly during final release
DAfter small changes or bug fixes
Which testing type covers basic functions of the entire software?
ASanity testing
BRegression testing
CSmoke testing
DPerformance testing
If a build fails smoke testing, what should be done?
AReject the build and fix issues first
BProceed with detailed testing
CPerform sanity testing
DIgnore and release the build
Sanity testing helps to:
ASave time by testing only changed parts
BTest the entire application thoroughly
CCheck user interface design
DMeasure software performance
Explain the difference between smoke testing and sanity testing.
Think about when and what each testing covers.
You got /4 concepts.
    Why is smoke testing important in the software testing process?
    Consider the role of smoke testing before deep testing.
    You got /3 concepts.