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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / nidhi

smoke testing and sanity testing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

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

0 Answers   Infotech,


Explain fault?

0 Answers  


How to find out duplicate records in a table(Query)

6 Answers   CybAge,


Which review is normally used to evaluate a product to determine its suitability for the intended use and to identify discrepancies?

0 Answers  


there is a function called changevalues(x,y)inside this function x=x+y/2 y=y+x+5 end so i am calling function in one program as changevalues(y,x) what is the output if x=2 and y=10(ignore exact programatic statements) please can any one provide me answer for this immediately

4 Answers   Thomson Reuters,






what are the Most common problems in a web based application in testing point of view?

1 Answers  


what are the different types of questions in testing from related to projects, plz help me in quickly

0 Answers   Google,


What is test/qa team lead?

0 Answers  


Which Server States are compulsarily observed during a Performence test of a Web Application?

1 Answers  


Explain what it means by test harness?

0 Answers  


Explain a good test engineer?

0 Answers  


Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.

0 Answers  


Categories