Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 9, 2024Smoke testing vs sanity testingThis blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. There are many types of testing in software engineering that help engineers fix problems, Today we wil...Testing types
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...sanity 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...Testing
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...Testing
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 ...sanity 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...SanityTesting
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...smoke 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...QA
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...agile 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...Testing