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?
✗ Incorrect
Smoke testing quickly checks if the build is stable enough for more detailed testing.
Sanity testing is usually performed:
✗ Incorrect
Sanity testing focuses on verifying specific parts after small changes or bug fixes.
Which testing type covers basic functions of the entire software?
✗ Incorrect
Smoke testing checks basic functions across the whole software.
If a build fails smoke testing, what should be done?
✗ Incorrect
Failing smoke testing means the build is unstable and should be fixed before further testing.
Sanity testing helps to:
✗ Incorrect
Sanity testing focuses on changed parts to save time and effort.
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.