Submitted Questions

  • Testing Basics

    What is the difference between smoke and sanity testcase?

    Kavita

    • Sep 30th, 2022

    Smoke Testing : 1. When we get the build we go with the smoke testing to check that the build is ready for the test. 2. It is wide and shallow testing. 3. we check the basic and critical modules of...

    bhargavi varala

    • Nov 3rd, 2017

    Smoke testing is about checking whether the application is eligible for further testing or not.

    Sanity testing is about checking whether the developer has covered major functionality or not.