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 meant by entry criteria and exit criteria in software testing?
What processes/methodologies are you familiar with?
How can software qa processes be implemented without stifling productivity?
Plz give me manual testing real test case ?
What r the sequences that leads to automation?
Tell me agile process in your company
14.What is function point breakdown?
what is mean by impact analysis ,how we used to select regression TC using this?
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
Can you explain boundary value analysis?
any one giv test cases for wordpad using equivalence class partioning
Easiest way to write test cases? How i can learn writing the test cases?
What is defect cascading in software testing?
If automating - what is your process for determining what to automate and in what order
Can you explain requirement traceability and its importance?