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 are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
what is test case scenario?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
Why do we write test cases?
CAN ANYONE EXPLAIN IN DETAIL THE WATERFALL MODEL WITH THE OUTPUTS OF EACH PHASE.
how to test a store procedure?
What is the difference b/w Smoke Testing and Sanity Testing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
What are differences in testing a client server and a web application?
what is Difference between entry criteria and exit criteria ?
what is prototype and why we are using that ?