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 |
What is the maximum length of the test case we can write?
what is test scenario?
Is v-model cost effective when compared with all other models? If not which model is cost effective(low cost)?
1. what is the test prcoedure that your fallowing in ur organization ? 2.
if my documaents (SRS &FRS) having earros(does not meets) the requirements in that sitchuvation,which document i should take to write the testcases?(othere wise which steps i should take?(Usha)
When we enter valid user ID and passwords and unable to login then what do we test more
What is a test data? Give examples
I have one year of experience in IT as tester.Do i know any openings,if u heard?
what is the difference between Performance,Load ,Stress testing
why do u want to become a software tester?
Who prepared use case document? Tester or developer!
what is the difference b/n DPD(Defect profile document) and TRD(Test Report document).