Smoke Testing

Skill
Software Testing

Top 50 Smoke Testing Interview Questions and Answers 2024

57 questions found

Updated 25 Nov 2024

Q1. What is smoke,sanity testing?

Ans.

Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.

  • Smoke testing is done to ensure that the software is stable enough for further testing.

  • Sanity testing is done to ensure that the major functionalities of the software are working as expected.

  • Smoke testing is a subset of regression testing.

  • Sanity testing is a subset of a...read more

View 1 answer

Q2. What is smoke testing ? what is regression testing?

Ans.

Smoke testing is a quick and shallow test to ensure the basic functionality of an application. Regression testing is a comprehensive test to ensure that changes made to the application do not affect its existing functionality.

  • Smoke testing is performed after a new build is received and before regression testing.

  • Smoke testing is a subset of regression testing.

  • Regression testing is performed after changes are made to the application.

  • Regression testing ensures that the existing ...read more

Add your answer

Q3. Difference between smoke and sanity tesing

Ans.

Smoke testing is a subset of sanity testing. Smoke testing verifies basic functionality, while sanity testing checks for major issues.

  • Smoke testing is performed to ensure that the critical functionalities of the software are working fine after a build.

  • Sanity testing is performed to check if the major functionalities of the software are working as expected after a minor change or bug fix.

  • Smoke testing is a subset of sanity testing, focusing on a narrow set of core functionalit...read more

View 1 answer
Frequently asked in

Q4. Differences between sanity And smoke

Ans.

Sanity and Smoke are types of testing in software QA.

  • Smoke testing is a quick test to check if the build is stable enough for further testing.

  • Sanity testing is a subset of regression testing and checks if the critical functionalities of the application are working after changes.

  • Smoke testing is done before sanity testing.

  • Smoke testing is a high-level test while sanity testing is a low-level test.

  • Smoke testing is also known as build verification testing.

  • Sanity testing is also ...read more

Add your answer
Frequently asked in
Are these interview questions helpful?

Q5. What is Smoke testing and Exploratory testing?

Ans.

Smoke testing is a preliminary test to check if the critical functionalities of an application are working. Exploratory testing is a simultaneous learning and testing approach.

  • Smoke testing is performed to ensure that the major functionalities of an application are working as expected.

  • It is a quick and shallow test that focuses on identifying critical issues early in the testing process.

  • Smoke testing is usually performed after a build is deployed to verify if it is stable eno...read more

View 1 answer

Q6. What is the difference between smoke and sanity

Ans.

Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed.

  • Smoke testing is done to check if the critical functionalities of the software are working fine.

  • Sanity testing is done to check if the bugs have been fixed and the software is ready for further testing.

  • Smoke testing is done before sanity testing.

  • Smoke testing is a high-level testing while sanit...read more

Add your answer
Frequently asked in
Share interview questions and help millions of jobseekers 🌟

Q7. Explain the Regression and Smoke Testing

Ans.

Regression testing ensures new code changes do not adversely affect existing functionality. Smoke testing verifies basic functionality.

  • Regression testing involves retesting existing functionality to ensure new code changes have not introduced bugs or issues

  • Smoke testing is a preliminary test to check if the basic functionalities of the software are working fine

  • Regression testing is usually automated to save time and effort

  • Smoke testing is often done manually and is a quick ch...read more

Add your answer

Q8. diff b/w smoke & sanity

Ans.

Smoke testing is a broad test to check if the software is stable enough for further testing. Sanity testing is a narrow test to check if the specific functionality is working as expected.

  • Smoke testing is performed to ensure that the critical functionalities of the software are working.

  • Sanity testing is performed to ensure that the recent changes or fixes have not adversely affected the functionality.

  • Smoke testing is a subset of regression testing, while sanity testing is a su...read more

Add your answer

Smoke Testing Jobs

Package Consultant: SAP HANA SCM PP 2-7 years
IBM India Pvt. Limited
4.1
₹ 4 L/yr - ₹ 18 L/yr
(AmbitionBox estimate)
Bangalore / Bengaluru
Package Consultant: SAP HANA SCM PP 2-7 years
IBM India Pvt. Limited
4.1
Pune
Quality Engineering Lead (Test Lead) 12-17 years
Accenture Solutions Pvt Ltd
3.9
Bhubaneswar

Q9. Difference b/w sanity and smoke testing

Ans.

Sanity testing is a narrow and focused testing to check if the software is stable for further testing, while smoke testing is a broader testing to check if the software is ready for detailed testing.

  • Sanity testing is a subset of regression testing, focusing on specific functionalities or areas of the software.

  • Smoke testing is a preliminary testing to ensure the basic functionalities of the software are working.

  • Sanity testing is usually performed after a small change in the co...read more

Add your answer

Q10. Define smoke and sanity testing?

Ans.

Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and the new changes have not introduced new bugs.

  • Smoke testing is performed to ensure that the software is stable enough for further testing.

  • Sanity testing is performed after a new build is received to check if the critical functionalities are working as expected.

  • Smoke testing is a...read more

Add your answer

Q11. Smoke Testing vs Regression Testing

Ans.

Smoke testing is a quick test to check if the software build is stable, while regression testing is a thorough test to ensure new changes haven't affected existing functionality.

  • Smoke testing is done to check if the critical functionalities of the software are working fine after a new build or release.

  • Regression testing is done to ensure that new changes or fixes haven't introduced any new bugs or affected existing functionalities.

  • Smoke testing is a subset of regression testi...read more

Add your answer

Q12. Different between sanity and smoke

Ans.

Sanity testing is a narrow and focused testing to ensure that the critical functionalities of the software are working fine. Smoke testing is a broader and shallow testing to ensure that the major functionalities of the software are working fine.

  • Sanity testing is performed after receiving a new build to check if the critical functionalities are working as expected.

  • Smoke testing is performed before the detailed testing to check if the major functionalities are working without ...read more

View 1 answer

Q13. Different b/w Sanity and Smoke testing

Ans.

Sanity testing is a narrow and deep testing approach to check the basic functionality of the application. Smoke testing is a wide and shallow testing approach to check the stability of the application.

  • Sanity testing is performed after the build is received from the development team to check if the critical functionalities are working fine.

  • Smoke testing is performed after the build is received from the development team to check if the application is stable enough for further t...read more

Add your answer
Frequently asked in

Q14. What is the difference between smoke & sanity testing?

Ans.

Smoke testing is a quick and shallow test to check basic functionality, while sanity testing is a more thorough test to ensure system stability.

  • Smoke testing is done to check if the critical functionalities of the system are working or not.

  • Sanity testing is done to check if the system is stable enough to proceed with further testing.

  • Smoke testing is usually done after a build is deployed, while sanity testing is done after major changes are made to the system.

  • Smoke testing is...read more

Add your answer

Q15. what is mean by smoke testing

Ans.

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a type of non-exhaustive testing

  • It is performed to ensure that the critical functionalities of the software are working fine

  • It is usually done after a new build is received

  • It helps in identifying the major issues early in the testing cycle

  • Example: Checking if the login page is working fine after a new build is received

Add your answer

Q16. Smoke vs Sanity difference

Ans.

Smoke refers to physical substance while sanity refers to mental state.

  • Smoke is a visible suspension of carbon or other particles in the air, while sanity refers to a person's mental state.

  • Smoke can be harmful to health, while sanity is important for overall well-being.

  • Examples of smoke include cigarette smoke, smoke from wildfires, and smoke from burning materials.

  • Examples of sanity include being able to think clearly, make rational decisions, and maintain emotional stabilit...read more

Add your answer
Frequently asked in

Q17. Explain the Smoke testing,Sanity testing with an examples?

Ans.

Smoke testing and Sanity testing are two types of software testing used to check the basic functionality of the application.

  • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

  • Sanity testing is a type of testing that checks whether the bugs have been fixed or not after a new build is released.

  • Smoke testing is done to ensure that the application is stable enough for further testing.

  • Sanity testing is don...read more

Add your answer

Q18. Differences between smoke and sanity

Ans.

Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed.

  • Smoke testing is done to check if the critical functionalities of the software are working fine.

  • Sanity testing is done to check if the bugs have been fixed and the software is ready for further testing.

  • Smoke testing is done before sanity testing.

  • Smoke testing is a quick and shallow test while s...read more

Add your answer

Q19. Smoke vs Sanity Testing

Ans.

Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to check if the specific features are working as expected.

  • Smoke testing is a shallow and wide test, while sanity testing is a deep and narrow test.

  • Smoke testing is usually done after a build to check for major issues, while sanity testing is done after a specific change to ensure that the new functionality works correctly.

  • Smoke testing ...read more

Add your answer
Frequently asked in

Q20. What is smoke/sanity testing?

Ans.

Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.

  • Smoke testing is performed to check if the software is stable enough for further testing.

  • Sanity testing is performed after a new build is received to ensure that the critical functionalities are working as expected.

  • Smoke testing is a subset of sanity testing....read more

Add your answer

Q21. What is difference between Smoke and Sanitary Testing.

Ans.

Smoke testing is a quick and shallow test to check if the software is stable enough for further testing. Sanitary testing is a more thorough test to check if the software meets the required standards.

  • Smoke testing is done to check if the software is stable enough for further testing.

  • Sanitary testing is done to check if the software meets the required standards.

  • Smoke testing is a quick and shallow test.

  • Sanitary testing is a more thorough test.

  • Smoke testing is usually done at t...read more

Add your answer
Frequently asked in

Q22. What is smoke sanity

Ans.

Smoke sanity is a quick test to ensure that the basic functionalities of an application are working fine.

  • It is a subset of regression testing

  • It is performed after every build to ensure that the build is stable

  • It checks if the application can be launched without any critical errors

  • It verifies if the major functionalities of the application are working as expected

  • It is a quick test and takes less time to execute compared to full regression testing

Add your answer

Q23. Why we do smoke testing?

Ans.

Smoke testing is performed to quickly assess the stability of a software build.

  • To ensure that the critical functionalities of the software are working as expected

  • To identify major issues or showstopper bugs early in the testing process

  • To verify if the build is stable enough for further testing

  • To save time and effort by catching major issues before investing in detailed testing

  • To provide confidence in the software's basic functionality before proceeding with more comprehensive...read more

View 1 answer

Q24. What is Sanity Testing and Smoke Testing?

Ans.

Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

  • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

  • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

  • Smoke testing is performed after the build is received from the development team, whereas sanity testing is performed after...read more

Add your answer

Q25. What is the main purpose of smoke testing?

Ans.

Smoke testing is a preliminary testing technique to quickly identify major issues in a software build.

  • Smoke testing is performed to ensure that the critical functionalities of the software are working as expected.

  • It is a high-level testing that focuses on the most important features of the application.

  • Smoke tests are usually executed after a new build or deployment to catch any showstopper bugs early.

  • The main purpose is to verify if the software is stable enough for further t...read more

View 1 answer

Q26. what are the difference b/w smoke and sanity testing

Ans.

Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

  • Smoke testing is done to check if the critical functionalities of the software are working fine after a build.

  • Sanity testing is done to check if the new changes or fixes in the software are working fine and not breaking the existing functionalities.

  • Smoke testing is done before the actual testing process begins, while sanity testing is done after the completion of the testin...read more

Add your answer

Q27. difference between smoke sanity?

Ans.

Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new functionality has not affected the existing one.

  • Smoke testing is done to check if the critical functionalities are working fine after a new build or release.

  • Sanity testing is done to check if the bugs reported in the previous build have been fixed and new functionalities have n...read more

Add your answer

Q28. What is difference between sanity and smoke testing?

Ans.

Sanity testing is a narrow and deep testing while smoke testing is a wide and shallow testing.

  • Sanity testing is done to check if the critical functionalities of the application are working fine after a small change.

  • Smoke testing is done to check if the application is stable enough to proceed with further testing.

  • Sanity testing is a subset of regression testing while smoke testing is a subset of acceptance testing.

  • Sanity testing is more focused on specific areas while smoke te...read more

Add your answer

Q29. Difference between smoke testing and sanity

Ans.

Smoke testing is a preliminary test to check if the software build is stable, while sanity testing is a subset of regression testing to verify specific functionalities.

  • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific functionalities or components.

  • Smoke testing is a shallow and wide approach to testing, covering all major features, while sanity testing is a narrow and de...read more

Add your answer

Q30. Explain sanity and smoke

Ans.

Sanity and Smoke are types of software testing used to ensure the stability of the application.

  • Sanity testing is a quick and shallow test to check if the application is stable enough for further testing.

  • Smoke testing is a broader test to check if the major functionalities of the application are working properly.

  • Sanity testing is usually performed after a small change in the code, while smoke testing is performed after a major change or build.

  • Sanity testing is also known as bu...read more

Add your answer
Frequently asked in

Q31. Explain Smoke Testing throughly

Ans.

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a subset of regression testing.

  • It is performed to verify if the critical functionalities of the software are working fine.

  • Smoke tests are quick and basic tests that are run on the initial build of the software.

  • If the smoke tests fail, further testing is halted until the issues are fixed.

  • Example: In a web application, smoke testing may involve checking if...read more

Add your answer

Q32. What is difference between somke and sanity testing

Ans.

Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

  • Smoke testing is done to check if the software is stable enough for further testing

  • Sanity testing is done to check if the changes made to the software have not affected the major functionalities

  • Smoke testing is a subset of regression testing

  • Sanity tes...read more

Add your answer

Q33. Different between Smoke testing and Sanity testing

Ans.

Smoke testing is a subset of regression testing, focusing on testing major functionalities to ensure stability. Sanity testing is a subset of regression testing, focusing on testing specific functionalities to ensure basic functionality.

  • Smoke testing is a shallow and wide approach, while sanity testing is a deep and narrow approach.

  • Smoke testing is performed on stable builds, while sanity testing is performed on unstable builds.

  • Smoke testing is usually executed before sanity ...read more

Add your answer
Frequently asked in

Q34. Difference between Smoke testing and senity testing?

Ans.

Smoke testing is a quick and shallow test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.

  • Smoke testing is performed to verify if the critical functionalities of the software are working fine.

  • Sanity testing is performed to verify if the bugs have been fixed and new changes have not affected the existing functionality...read more

Add your answer

Q35. Diff between smoke and sanity test

Ans.

Smoke test is a basic test to check if the software is stable enough for further testing. Sanity test is a subset of regression testing to check if the major functionalities are working after changes.

  • Smoke test is performed to ensure that the critical functionalities of the software are working.

  • Sanity test is performed to check if the major functionalities are working as expected after making minor changes or fixes.

  • Smoke test is a subset of regression testing, while sanity te...read more

Add your answer
Frequently asked in

Q36. Difference between the smoke testing and sanity testing

Ans.

Smoke testing is a shallow and wide approach to testing while sanity testing is a narrow and deep approach to testing.

  • Smoke testing is done to ensure that the critical functionalities of the application are working fine after a build.

  • Sanity testing is done to ensure that the bugs reported in the previous build are fixed and the new functionalities added are working fine.

  • Smoke testing is done before the actual testing begins while sanity testing is done after the actual testin...read more

Add your answer

Q37. WHAT IS sanity testing? What is Smoke testing?

Ans.

Sanity testing is a narrow and focused testing to quickly determine if a new functionality is working as expected. Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Sanity testing is a subset of regression testing and focuses on specific areas of the application.

  • It is usually performed after major changes in the code or functionality to quickly verify that the new changes have not adversely affected the existing functio...read more

Add your answer

Q38. What is the difference between sanity and smoke testing?

Ans.

Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.

  • Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.

  • Smoke testing is performed to verify if the major functionalities of the software are working fine.

  • Sanity testing is a subset of regression testing, focusing on specific areas of the software.

  • Smoke...read more

Add your answer

Q39. What is differences between smoke and sanity

Ans.

Smoke testing is a quick test to check if the build is stable, while sanity testing is a more thorough test to check if the specific functionalities are working as expected.

  • Smoke testing is done to ensure the stability of the build before further testing, while sanity testing is done to ensure the specific functionalities are working correctly.

  • Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

  • Smoke testing is usually done ...read more

Add your answer
Frequently asked in

Q40. What is different between smoke and sanity testing?

Ans.

Smoke testing is a subset of sanity testing. Smoke testing is done to check if the critical functionalities of the software are working fine after a build, while sanity testing is done to check if the specific functionalities are working fine after fixes or changes.

  • Smoke testing is done to check if the critical functionalities of the software are working fine after a build.

  • Sanity testing is done to check if the specific functionalities are working fine after fixes or changes....read more

Add your answer
Frequently asked in

Q41. what is the meaning of smoke testing

Ans.

Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

  • Smoke testing is a quick and shallow testing of the main functionalities of the software.

  • It is usually done before more in-depth testing to catch major issues early on.

  • The goal of smoke testing is to verify that the critical features of the software work correctly.

  • It is not exhaustive testing but rather a sanity check to ensure basic functionality.

  • If smoke testing fails,...read more

Add your answer

Q42. What is the difference between smoke testing and sanity testing

Ans.

Smoke testing is a preliminary test to check if the software build is stable, while sanity testing is a subset of regression testing to verify specific functionalities.

  • Smoke testing is done to ensure the critical functionalities of the software work without major issues.

  • Sanity testing is performed to verify that specific features or functionalities are working as expected after changes.

  • Smoke testing is a shallow and wide approach, while sanity testing is a deep and narrow app...read more

Add your answer

Q43. Difference between Smoke and SanityTesting?

Ans.

Smoke testing is a quick test to check if the software build is stable for further testing, while sanity testing is a subset of regression testing to verify specific functionality after changes.

  • Smoke testing is done to ensure the critical functionalities of the software are working fine before detailed testing, while sanity testing is done to check specific areas of the application after changes.

  • Smoke testing is a shallow and wide approach to testing, covering all major areas...read more

Add your answer
Frequently asked in

Q44. Explain difference between sanity and smoke

Ans.

Sanity is mental health and clarity, while smoke is a visible suspension of carbon or other particles in air.

  • Sanity refers to mental health and clarity of mind, while smoke is a visible suspension of carbon or other particles in the air.

  • Sanity is related to one's state of mind and ability to think rationally, while smoke is a physical substance that can be seen and inhaled.

  • Examples: A person with good mental health is said to have sanity, while smoke from a fire can be harmfu...read more

Add your answer

Q45. Sanity And smoke difference

Ans.

Sanity tests are quick checks to ensure basic functionality works, while smoke tests are broader tests to check if major functionalities work.

  • Sanity tests focus on specific functionality, smoke tests cover major functionalities

  • Sanity tests are quick and focused, smoke tests are more comprehensive

  • Sanity tests are usually run after a build, smoke tests are run before regression testing

  • Example: Sanity test - checking login functionality, Smoke test - testing end-to-end flow

Add your answer

Q46. Diff between smoke and sanity

Ans.

Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to check if the specific changes or fixes made to the software are working as expected.

  • Smoke testing is done to ensure the stability of the software build, while sanity testing is done to ensure the specific changes or fixes made are working correctly.

  • Smoke testing is usually done before detailed testing, while sanity testing is done af...read more

Add your answer

Q47. explain difference in Smoke testing and sanity testing

Ans.

Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

  • Smoke testing is done to check if the critical functionalities of the software are working fine after changes.

  • Sanity testing is done to check if the specific functionalities are working fine after bug fixes or minor changes.

  • Smoke testing is a broad and shallow approach, while sanity testing is a narrow and deep approach.

  • Smoke testing is usually done before detailed testing,...read more

Add your answer

Q48. What is the difference sanity and smoke testing?

Ans.

Sanity testing is a narrow and deep testing to ensure that the most crucial functionalities work correctly, while smoke testing is a broad and shallow testing to check if the software build is stable enough for further testing.

  • Sanity testing focuses on specific areas of functionality, while smoke testing covers a wide range of functionalities.

  • Sanity testing is usually performed after a minor change in code, while smoke testing is done after a major change or build.

  • Sanity test...read more

Add your answer

Q49. Different between smoke and sanity testing?

Ans.

Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

  • Smoke testing is done to check if the software build is stable enough for further testing.

  • Sanity testing is done to check if specific functionalities are working correctly after changes.

  • Smoke testing is usually done before sanity testing.

  • Smoke testing is a shallow and wide approach, while sanity testing is a deep and narrow approach.

  • Example: Smoke testing may involve checki...read more

Add your answer

Q50. Smoke testing and sanity testing explain

Ans.

Smoke testing and sanity testing are types of software testing used to quickly assess the stability of a build.

  • Smoke testing is a preliminary test to check if the critical functionalities of the software work without any major issues.

  • Sanity testing is a subset of regression testing and focuses on testing specific areas of the software after changes have been made.

  • Smoke testing is usually performed before more in-depth testing, while sanity testing is done after specific chang...read more

Add your answer

Q51. diffrence btwn smoke and sanity testing

Ans.

Smoke testing is a preliminary test to check if the software build is stable for further testing, while sanity testing is a subset of regression testing to ensure the specific functionality is working after changes.

  • Smoke testing is done to check if the critical functionalities of the software are working fine before detailed testing.

  • Sanity testing is done to verify that specific functionalities are working as expected after changes or bug fixes.

  • Smoke testing is a shallow and ...read more

Add your answer

Q52. Smoke and sanity difference

Ans.

Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check if specific functionalities are working correctly.

  • Smoke testing is done to ensure the build is stable enough for further testing.

  • Sanity testing is done to check specific functionalities after changes are made.

  • Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

  • Example: After receiving a new software b...read more

Add your answer

Q53. Sanity testing vs smoke testing

Ans.

Sanity testing is a narrow and deep testing to ensure that the most crucial functionalities work correctly, while smoke testing is a broad and shallow testing to check if the software build is stable enough for further testing.

  • Sanity testing focuses on specific areas of the application, while smoke testing covers the basic functionalities.

  • Sanity testing is usually performed after major changes, while smoke testing is done after a new build is received.

  • Sanity testing is more d...read more

Add your answer

Q54. What is smoke sanity how they differ from each other

Ans.

Smoke testing is a quick test to check if the build is stable, while sanity testing is a more thorough test to check specific functionalities.

  • Smoke testing is a preliminary test to ensure the build is stable enough for further testing.

  • Sanity testing is a more focused and thorough test to check specific functionalities or areas of the application.

  • Smoke testing is usually done before sanity testing.

  • Smoke testing is a subset of sanity testing.

  • Example: Smoke testing may involve c...read more

Add your answer

Q55. Smoke and sanity testing with example

Ans.

Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more focused test to check specific areas of the software.

  • Smoke testing is performed to ensure the stability of the software build before moving on to detailed testing.

  • Sanity testing is performed to verify that specific functionalities or areas of the software are working as expected.

  • Example of smoke testing: Checking if the login functionality of a websi...read more

Add your answer

Q56. What ie smoke and sanity teeting

Ans.

Smoke testing is a preliminary test to check if the software build is stable, while sanity testing is a subset of regression testing to ensure that specific functionalities are working correctly.

  • Smoke testing is a high-level test to check if the software build is stable and can proceed with further testing.

  • Sanity testing is a subset of regression testing, focusing on specific functionalities to ensure they are working correctly after changes.

  • Smoke testing is usually performed...read more

Add your answer

Q57. Smoke Testing vs Sanity Testing

Ans.

Smoke testing is a basic test to check if the software is stable for further testing, while sanity testing is a narrow and deep test to check specific functionalities.

  • Smoke testing is a shallow and wide test to ensure basic functionality works after changes or updates.

  • Sanity testing is a focused and deep test to check specific functionalities after changes.

  • Smoke testing is usually done before sanity testing to ensure the software is stable for further testing.

  • Sanity testing i...read more

Add your answer
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.9
 • 7.8k Interviews
3.8
 • 5.4k Interviews
4.1
 • 4.9k Interviews
3.8
 • 513 Interviews
3.7
 • 508 Interviews
3.9
 • 8 Interviews
View all
Smoke Testing Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter