which testing is done first smoke or sanity with an real
time example plz?Thank u!
Answers were Sorted based on User's Feedback
Answer / ashirbad ratha
smoke testing is done first in order to make sure that the application is worthy of being released to next level.
example:
smoke test.....developer(application is stable released to test envo)
sanity test.....test engineer(basic functionalities working fine )accept for further round of test
smoke test......test engineer(application is stable to being released to next level for user acceptance testing)
regards ashirbad ratha
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / lakshmi s
Smoke testing is done first. Sanity is carried after smoke
testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / barath kumar
Smoke testing will be done first because for the released
build whether the whether the major functionality is
working fine or not...
For example if the build comes for login page that
development team changes that login username must be numeric
once after the fix testing team will check the major
functionality is called smoke testing.
where as in sanity testing bug may be reproduce by later
cycle(smaller time) of tests is called sanity testing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / lakshmi s
Smoke is checking the basic and critical features and sanity
is deeper level checking. Smoking testing is also called as
BUILD VERIFICATION TESTING.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / gourisankar
Sanity testing is done first,it ensures that basic
functionalities are working fine.With this we came to know
that whether the biuld is stable enough to proceed further
| Is This Answer Correct ? | 2 Yes | 11 No |
Answer / n@n!
sanity testing is done first.
after that smoke testing.
| Is This Answer Correct ? | 4 Yes | 13 No |
Answer / pratheeph
sanity testing done first. i will cover all the main
functionality. sanity testing done by developer. smoke
testing is done by tester
| Is This Answer Correct ? | 0 Yes | 19 No |
What is the need of smoke test even when unit test is done by developers?
Can test condition,testcase and testscript help u in performing the static testing
what is the difference b/w Priorty and severity in Bug Report
Puzzle:A rope, a match box are given.the rope takes 1 hr to burn off completely.the rope is not uniform.there is no watch with u.how can u calculate half an hour of time?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
can you show me the test cases on registration form
When a bug posted by QA is rejected by Dev and Dev says is not a bug. How to convince Dev that it is a valid bug?
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
write a use case format for login
How you can ensure that Bug is Duplicate?How to solve?
what is meant by manual testing?
What is the difference between unit testing and integration testing?