Swapnilswapnillts.hashnode.dev·Nov 22, 2023What Is Smoke Testing: Examples & Best PracticesSmoke testing is a software testing technique intended to ensure that essential features of a software application are functioning correctly. A smoke test is designed to identify any major issues that would prevent further testing of the software. In...Discusssmoke testing
Han Cheecodecultivation.com·Oct 15, 20231. Introduction To Smoke TestingWhy and What is Smoke Testing? As a developer, I find it easy to grasp the concept of smoke testing in software development. Smoke testing is a preliminary testing phase that prioritises the verification of essential software functions before delving...DiscussBuilding Windows Compatibility Test Project from scratch using ASP.NET Coreasp.net core
pritiprititestrig.hashnode.dev·Oct 5, 2023What is Smoke and Sanity Testing in Software Testing?Software testing is a critical part of the software development process, ensuring that applications meet their intended requirements and function correctly. Among the various testing methodologies, smoke testing holds a special place. In this article...Discusssmoke testing
Aravindan Rthearavindan.hashnode.dev·Sep 23, 2023Agile methodologyQ1. describe the differences in between : smoke and sanity testing : Smoke testingSanity testingSmoke Testing is performed to ascertain that the critical functionalities of the program are working fineSanity Testing is done to check the new functiona...Discusssmoke testing
SHILPA SAMANTAshilpi.hashnode.dev·Aug 14, 2023What is smoke testing? Difference between smoke testing and sanity testingWhat is smoke testing? Smoke testing is a testing technique that is performed to check whether the major functionalities of a software application are working fine. The purpose of smoke testing is to ensure that the build is stable enough for the nex...Discusstest-automation
Shubham Singhnst.hashnode.dev·Jun 10, 2023What is Sanity Testing?Introduction In today’s era, for a Business to run successfully, there is a need to develop software that delivers a good end-user experience. Therefore, before the software is released in the market, it needs to be tested efficiently. While there ar...Discuss·32 readssanity testing
Devstringx Technologiesdevstringx.hashnode.dev·Nov 18, 2022Smoke Testing Vs Sanity Testing – DevstringxWhat Is Smoke Testing? Smoke testing is a kind of software testing used after a software build to ensure that the important features of the product are functioning properly. It is run ahead of any comprehensive functional or regression tests. Smoke t...Discuss·97 readssmoke testing