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
Nazneen Ahmadnazneenahmad.hashnode.dev·Oct 22, 2024Sanity Testing vs Regression Testing: Key DifferencesAs part of the Software Development Life Cycle (SDLC), different types of testing are performed, each targeting specific elements and aspects of the software application. Among those, sanity and regression testing are two of the most important types ...1 likesanity testing
Steve Worthamstevewortham.hashnode.dev·Oct 3, 2024Sanity Testing Vs Regression Testing Key Differences (with Examples)The two most common software testing techniques used by QA engineers are Sanity and Regression testing. However, there are some differences between them that most of them are unaware of. This article will try to clarify any confusion and explain thin...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
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
TAMILSELVAN Btsbb.hashnode.dev·Dec 25, 2023Smoke and Sanity Testing--> Smoke testing deals with the developed program in the software works appropriately as expected and all functions are working good and smooth. --> Also, in hardware it tests whether smoke is produced when connected to the power supply. Thus it get...Testing