What is the exact diff between sanity and smoke test and who will do in real time?
Answer Posted / sahil mahajan
Smoke Testing : In smoke testing we will the major
functionality of the application to ensure that the
application is OK for further testing. It is a wide testing
to cover all the major functionality but not in depth.
Suppose we are checking a login window and we need a user id
and a password to login that window and after entering a
correct user id and password it will show a new information
page otherwise it will show error message by entering a
wrong user id and a password. Here I am pointing out that,
in case of password we need not to check with mix of
numerical and alpha-numerical values to find an error / bug,
we just need to enter a one password value to get error and
a one password to get next page.
Sanity Testing: In sanity testing, it depends upon our
project lead who will inform us to do a sanity testing or a
regression testing because both types of testing performs
if there is any kind of change / modification in a build.
Now I will come to exact point if we will perform sanity
testing then we need to test the modified / change build
only but it will like a deep kind of testing on modified
build. Example if there is any modification in login page
then we will test the login page only not the other pages
which will show after login...
Thanks,
Correct me if I am wrong
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a ‘test plan’?
what is the function generator?
What are the uses of test plans? What is the need of test plans and explain their significance
What are the different servers and difference between them?
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
write 5 critical test cases on product payment form on flipkart.com?
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
What is Cyclometric testing?
What is client server application testing?
What is the full form of cmmi?
Hi friends Does anyone have screen shot of POWERMHS and please can anyone post anything which will be helpful to understand POWERMHS. thanks.
Explain what is exhaustive testing?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain