Nazneen Ahmadnazneenahmad.hashnode.dev·Nov 12, 2024Smoke Testing vs Sanity Testing: What Are the Differences?Software testing is an integral process of the Software Development Life Cycle (SDLC) that ensures the functionality, compatibility, and performance of software applications. Among the various types of software testing, smoke testing and sanity testi...Discusssanity testing
Steve Worthamstevewortham.hashnode.dev·Oct 1, 2024The Most Comprehensive and Friendly Guide On Smoke Testing [with Examples]What smoke testing is and when we should use smoke testing, the advantages and disadvantages, and many more… Smoke Testing: What it is, Characteristics, Purpose, How to do & Many More? Let’s discuss all about smoke testing and start with what is smok...DiscussTesting
Tvisha rajiforKeploy Community Blogkeploy.hashnode.dev·Aug 26, 2024Developer’s guide to Smoke testing : Ensuring basic functionalityImagine running a Python project without a requirements.txt file. Just as you rely on these checks to ensure everything runs fine, smoke tests are performed to confirm that your code is ready for the next phase. Let's dive into the world of smoke tes...DiscussTesting
Chaithanyachaithanyatheja.hashnode.dev·Jun 24, 2024Differences between Sanity and Smoke TestingSanity testing and smoke testing are both initial testing techniques used in software development to quickly evaluate whether an application is ready for more rigorous testing. Here are the key differences between them: Purpose: Smoke Testing: The ...Discusssanity testing
Brijesh Prajapatibrijesh360.hashnode.dev·Jun 2, 2024Smoke Testing vs. Sanity Testing: Understanding the Key DifferencesIn the realm of software testing, various methodologies and practices ensure that a product functions correctly and meets the required standards. Among these methodologies, smoke testing and sanity testing are often discussed and sometimes confused w...DiscussSanityTesting
P Kpreetharajendran.hashnode.dev·May 11, 2024Difference between Smoke and Sanity Testing.Smoke testing is generally the first level of testing performed after a new build is available. If the smoke tests pass, indicating a baseline level of stability, then sanity testing can be conducted to delve deeper into specific changes. Sanity test...Discusssmoke testing
Pranav Bawgikarpranavbawg.hashnode.dev·Apr 24, 2024Smoke Testing vs/ Sanity Testing - What, When & How?Introduction Smoke Testing and Sanity Testing are often confused with each other. It's a common misconception that they're the same. Nevertheless, each serve a different purpose in Software Testing Life Cycle. Therefore, it's important to grasp the k...DiscussQA
Pradeep K Apradeepanand.hashnode.dev·Mar 29, 2024Agile MethodologySmoke vs Sanity Testing Smoke testing focus on stability of the build to start testing which ensures fully testing can be carried. Sanity testing focus on the basic functionality of the developed feature. Validation vs Verification Validation means t...Discussagile methodology
Nazneen Ahmadnazneenahmad.hashnode.dev·Mar 26, 2024Smoke Testing vs Sanity Testing: What Are the Differences?Software testing is an integral process of the Software Development Life Cycle (SDLC) that ensures the functionality, compatibility, and performance of software applications. Among the various types of software testing, smoke testing and sanity testi...DiscussTesting
Sam Atinksonsamatinkson.hashnode.dev·Mar 18, 2024Smoke Testing vs Regression Testing: Understanding the Key DifferencesIn software development, the terms ‘Smoke Testing’ and ‘Regression Testing’ are frequently mentioned, each serving a unique purpose in the software testing life cycle. This blog delves into the intricacies of Smoke Testing vs Regression Testing, high...DiscussRegression Testing