3. what's the difference between the smoke and sanity testing.
4.Who test the sanity and who test the smoke testing? why?
Answers were Sorted based on User's Feedback
Answer / srijith
Bit confused with above answers.What i have been hearing is
Smoke
1. More of build acceptance testing.
2. Covers a wider area of functionality at high level.
3. Not in depth testing.
4. Test Results should be published on within hours.
Sanity
1. Covers a narrow functionality.
2. More in Depth Testing
3. Test Results should be published on within hours.
When will sanity testing been done.
One thought is when some defect get fixed we might require
to perform a more in depth testing of corrected functionality.
Then will regression go.
My understanding is regression can cover more functionalit.
Bcoz regression would be prepared for whole application and
we test engineers can choose which needs be regression tested.
PLease reply with correct answers. Looks like too many
technical jargons for same testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / dupati kalyan krishna
Smoke : smoke testing is a non ecxhaustive software
testing he we will see the most crucial function of a
program but need not bother about finer details
SANITY:
iT IA A NARROW REGRESSION TEST , HERE WE WILL FOCUS ON ONE
ARE MORE FUNCTIONAL AREA OF APPLICATION
sANITY TESTING IS NARROW AND DEEP
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravi kumar
Smoke Testing: When a build is released to testing
department, the test engineer would first check for
availability of all major functionalities in the build. If
there is any major functionality missing in the build, the
tester would reject the build and would ask for a patch. It
is also called build verification testing or tester
acceptance testing.
Sanity Testing: In case of sanity testing, a test engineer
would check for any extra functionalities in the build with
respect to requirements document. It is also called garbage
testing.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / mayur karote
Srijith's Ans is right.
Again with Smoke testing, When a build is received and say
there are 10 tester's who were suppose to test the build,
then a group of 2-3 testers will make a quick round of
testing where the will find commen bugs (say installation
error). Otherwise if 10 testers starts testing and all gets
same error then it would be wastage of time of all 10 testers.
Where Sanity testing will be performed to check major
functionality is working or not for a perticular build.
--
Mayur K
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anitha bharathan
Smoke testing:
Smoke testing is usually did by the developers,which helps
them to decide whether the application is ready for
testing...Whether will give the build for testing like
that...
Sanity testing:
Sanity testing is done by the testers which helps then to
decide whether to accept the build or not..Major
functionalities have been tested here...
Please correct me if it is wrong....
| Is This Answer Correct ? | 2 Yes | 3 No |
ANITHA, you are completely WRONG. SMOKE & SANITY TESTING
DONE BY TESTERS ONLY.
SMOKE TEST: Means at least software working or not with out
any run time issues.
SANITY TEST: Means Due to modification in the software
build, is there any most related modules are effected or
not. just like cross checking even if it was passed
previously, there may be a chance to effect by the modification.
EXAMPLE: i am a tester, developer released one software
build for testing, first i will Conduct SMOKE TEST means, i
am checking overall functionality of the software is ok or
not, Then i conduct Real testing, now i got one defect in my
app, then reported the defect to Defect tracking team, they
conformed that is BUG, Then they forward the defect to
Developer, then Developer fix the BUG and released Modified
Build, now again as a tester i will conduct SMOKE TEST once
again to check functionality of the software and then check
weather the BUG is fixed or not, if bug is fixed, then i
will conduct SANITY TEST. Means that, DUE TO MODIFICATION,
IS THERE ANY MOST RELATED MODULES ARE EFFECTED OR NOT, here
we will conduct previously passed test for conformation, if
a previous tests are passed then will go for Regression
Testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chinna
hello anitha ur answer is correct,i learned like this.
| Is This Answer Correct ? | 0 Yes | 3 No |
hOw do we avoid logging duplicate bugs
IS INTEGARTION TESTING DONE BY THE DEVELOPER OR TESTER?IF TESTER IS INVOLVED , WHAT WILL TESTER DO ?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
how can i derive the test case for requirement and usecase ?
What can you tell about the project if during testing you found 80 bugs in it
If any of ur friends come across any openings for Manula Testing - 1+ years Experiance Plz let me know... I can't upload my CV in any of the job sites...Bcoz in my current company HR vl trace out...So only.... Plz help..........u can contact me at rajalakshmi_ar_cse@yahoo.co.in
Actually by using severity u should know which one u need to solve so what is the need of priority?
What techniques will cause double-byte problems to show up?
at which movement we will perform varification testing & Validation Testing , with Example ??
hi this is sunitha yagnamurthy ...what r the certification in testing and hoe to apply that certificaation and what r the topics we will studying in testing...... please anybody explain that process
What is Test Strategy and Test Plan..what is the Diff.between those?
what is mean by funtionality testing and performance testing,and what is the difference?