What is d differences between sanity and smoke testing with
xample?If anyone knows pls ans dis ques
Answers were Sorted based on User's Feedback
Answer / novic
smoke testing is a testing which used to test the major
functionalities of the application. It is also called as
confidence test or build verification test. If smoke test
fails, we can ignore to do the further testings means we
can stop the testing thereitself.
sanity testing is a subset of regression testing. checking
the functionalities in a depth-wise.
Eg: if u buy a mobile, we will check the major
functionalities like receiving calls, sending calls,
receiving msgs and sending msgs.This is all nothing but
smoke testing.If you do have problem with incoming or
outgoing calls or msgs, then that mob is unfit to buy. So
it falls in smoke testing.
After we got mobile, when we have time, we used to go
through all mobile applications like alarm, ringtones,
settings, filemanager, entertainment, walkman....This is
also major functionalies but extra features not consider as
smoke.This is all nothing but sanity testing.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / chinna
hello laxmi,
some persons told smoke testing is done by testers,
is it correct? what is release note? plz give me answer?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / laxmi
sanity testing is done when the build comes from dev team
to testing tean and smoke testing is done when the build is
ready to release after adding the release notes and all
but in both the testing we will check whether all mojor
functionalities are working fine or not
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ranjeet kuamr singh
sanity testing is test by the tester and near deployment
environment.errors are identified related to the operation
of the stated functions of AUT(application under test)/SUT
(system or software under test). eg:- working of tool
bar,menu bar in MS word.
smoke testing is development environment. errors are
identified related to the availability of the stated
functionality of AUT/SUT.
eg:- Availability of tool bar status bar in MS word.
| Is This Answer Correct ? | 0 Yes | 3 No |
Do you know anything about Set Top Boxes?
What is diff b/n TRM(Test Responsibility Matrix) and RTM (requirement Tracebility matrix) or both are same??
What is testing Approach, Methodology, Terminology, Technic and Types? what is domain? Please clear me.
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
what is test objective?
19 Answers CTS, Polaris, Value Labs,
Which was the most interesting bug you found.
What should I do if the name of the field is change in new version?How should I maintain it in Test Case Document? Eg: 1)On Login Window:if Login button changed to Ok button 2)the Name of the Login Window get changed 3)Suppose New button adds to Login Window 4)Suppose For Login button there is Alt+L is used in new version Please tell me as early as possible Thanks in advance!!!
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?
what is Difference between entry criteria and exit criteria ?
What is Benchmark Testing
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
What is test Strategy ? whether it's comes under test plan? Explain me?