What is the difference b/w Smoke Testing and Sanity Testing
with Example...

Answer Posted / sania

Smoke testing is the surface level testing to certify that
build provided by development to QA is ready to accept for
further testing.smoke testing only checks the major
functionality of the software.

For example we are working in a small project named
Employee Management System and in this project there are
four modules like New Employee Module, Existing Employee
Module, Admin Module, User Module etc. So firstly in this
four modules development team performs the Smoke Testing by
executing all the major functionality of modules like New
Employee is able to login or not and after login new
employee can seen the record of the existing employee or
not, and employee that is created can also be edited,
deleted or not.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you test a program and find 100% of the errors?

813


What is path coverage testing?

826


What is the role of moderator in the review process?

800


Explain configuration management?

920


what should be analyzed in laod testing?

815


What is a user guide?

796


What is scenario-based testing?

778


The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?

860


What are the main constrains of SCSI in storage networking?

1646


What version of the oracle are you familiar with?

819


What is peer reviews?

887


Explain mutation testing?

818


What are the best practices for software quality assurance?

772


What is oo function testing?

817


Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char

1712