Answered Questions

  • What is the difference between Smoke testing and Sanity testing?

    Smoke testing is after build releasing we will test high level functionalities working or not. Sanity testing is we will test all functionalities working properly or not.

    Anonymous

    • Dec 15th, 2014

    Please make sure you know what actually it is.. Don't misguide.. sanity testing is like a narrow regression testing, usually done after a builds are deployed (After bug fixes) to make sure functionality is still correct.

    Ramasubbu

    • Aug 3rd, 2014

    Smoke testing: Testing the critical functionality of the application using high level test cases and check whether the application is ready for further testing(General health checkup) Sanity Testing:...