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 |
Can you explain the different methodology for execution and design process in SIX sigma?
how can u do database testing manually?
What r the things,u prefer and prepare before starting testing?
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)
What are the Testers Responsbile?
what are the questions asked on projects in testing for 2+ and 3+ exp??
Give example of High Severity and low Priority Bug you filed?
What is meant by buddy testing?
Which testing model is best as per your understanding, and why?
What is software review?
How the application is launched to the production environment?
write test case for gmail sign up page?