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
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 ...Discuss·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...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
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
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...DiscussTesting
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...Discuss·26 readstest-automation