1 what is smoke and sanity testing , when it will be
performed ?
Answer Posted / rajendra
Ans: In my view,there is no difference between Smoke test
and Sanity Test.
This will be performed very first after reciving every
build for testing.
This is used to find show stopper bugs in the system under
test.
Show stopper means which stops or prevents the exection of
test cases further.
for example a web baes application has log in functionality.
then every user must login using valid user id and password.
but the login functionality is not working properly and it
is not allowing the user to login
in to the system.
this means it is stopping the user to loggin in tio the
system.
now we cnnot execute inner functionalitty related testcases.
if w find show stoppers in smoke/sanity test simply we will
reject build .
then developpers will fix the show stoppers then again they
will send a new build.
one meore important issue is that:smoke/sanity test must
finish with in 1 hour max
then we should send a mail to development team that we are
acceptiong a build/rejecting a build.
byee
rajendra prasad reddy
9885162742
hyd
inida
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is test management?
What is date driven testing?
What is unit level testing?
What's the relationship between environment reality and test phases?
Can you explain steps in function points?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
What are testing techniques? What is difference between general and specific?
What is white box testing?
What is ofx testing?
Can anyone tell me about banking project? abt the transactions? the flow?
what is a horizontal and vertical matrix explain with examples
1.what kind of testing have you done ?
is it possible web application make it as executable file
Describe Testing Decomposition?
What is the responsibility of programmer’s vs QA?