How do we decide scope for smoke and sanity testing?
Answers were Sorted based on User's Feedback
TL or PM conduct the smoke test to ensure the build contains
all the major functionality present and there are working.
Tester conducts the Sanity test to ensure the stability of
the application build.Tester finds weather the application
build is stable for complete application or not.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / paresh
These testing comes after Installation testing....It is
also known as build verification test (BVT)TL or PM conduct
the smoke test to ensure that whether the application is
working properly or not...Like installing s/w,navigate
through all the menus,etc.i.e It tells us whether the
application is dead or alive.....
Whereas in Sanity
Tester conducts the Sanity test to ensure all the major
functionality are being handled or not
| Is This Answer Correct ? | 4 Yes | 0 No |
is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
What are the basic forms of variations?
what are the minimum requirements to start testing ?
If tester found some bugs in the application then which format they will send it to development team.
how to import test cases from quality center to excel.. explain navigation
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
what is the different between QA and test engineer?tell me in brief?
On what basis is the Acceptance plan prepared?
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. is it true
how to execute manual test cases?