anyone can explain about Sanity testing and smoke testing
and who will involved on sanity and smoke testing
Answers were Sorted based on User's Feedback
Answer / hima bindu
when a new build is received from developers we do check
for some basic functionality in the application(Ex :
Navigating to all the tabs/links in the application).This
is called smoke testing
It can be other way also when the final build is frozen and
ready to be shipped into market some smoke testing is
performed.
Sanity testing : Checking for the functionality of the
module/application,whether it is working as expected is
sanity testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rkcr
Smoke testing is done by developers before the build is
released or the testing done by testers before accepting
the build.
Sanity testing provides whether it is reasonable to proceed
with further testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Sanity testing or Build verification test(BVT):- Whenever
we receive abuild from development team the basic features
of the application is tested to verify the stability of the
appication for further testing.
SMoke testing:- It is Similar like sanity test, this test
is conducted to verify, are there any issues in Software,
before releasing to the Test Team.
Sanity testing is done by Test engineer.
Smoke testing is done by Developer or White box engineers.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / pp
I think Prashant is right except for the fact that Sanity
Testing is done before the product is to be launched to
check whether after bug fixing the application is working
fine.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is adhoc testing?when it can be done?
who prepares the use cases?
ofter combine the sub modules which type of integration testing will be done ? and who will do this ?
can u explain about iteration model? And what is it?
write test case for mobile and refile-pen?
plz send test scenarios and test cases for "user name should have vowels only with the range of 4 to 8 characters"
what is the path for test director,where the test cases are stored ?
Random order tests are conducted to exercise different class instance life histories. is it true
give me atleast 10 cases for GOOGLE search engine?
how can u do regression testing tell me procedure?
wt r the types of testings r belongs to black box testing, wt r the types of testings r belongs to white box testing and wt r the types of testing r belongs to both.
hi can any one suggest how to write test case for a text box regarding its hight and width. How do you know that the text box having correct hight & Width?