difference between smoke test and sanity test
difference between exploratory test and adhoc test
Answers were Sorted based on User's Feedback
Answer / anil nakhate,
Smoke test:- to check the basic functionality of that
application is working properly or not.
Ex: Login functionality, If login functionality is working
properly then build accept for further testing process.
It is also called as build verification test(BVT).
Sanity Testing:- sanity testing is a subset of regression test,
it is deep & narrow testing.
Ex:Suppose we want to test money transfer functionality, to
conc. on all available option for money transfer
functionlity, this call deep testing
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / swapn
smoke test we check the availability it is a test for
availability
sanity test is also a test for availability but they are
conceptually same but perception opposite
smoke test is positive perception sanity negative perception
some companies call smoke and some say sanity
exploratory testing has no test case document and business
document
adhoc testing has business document
better than exploratory
| Is This Answer Correct ? | 0 Yes | 7 No |
Hi,please help me out with my ques:as soon as the build we get from developer,how will we start testing?first all how the build we get (means which form)?who will install it in the system and how tl will assign us the work?
WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC
How will we come to know that its a bug,in what situations we consider it as a bug?
1.What is Traceability Matrix and who prepare it. 1.1 How u can map the Requiremet wid Test Cases. 1.2 How u can find out that in Particular Test Case,some requirement is missing. 1.3 For a particular requirement,how u determine that how many TCs should prepare. 1.4 Gaie the Idea about Tracability Matrix,meant Format.
Can any one please explain me, what kind of defects we should not raise while doing System Testing?
What is Intersystem testing
if u are asked to test yahoo login page what will be thw ur test cases ?
How to write test cases for Hotmail page?
what types of testing you performed in transfer funds module....
As a QA point of view choose any one only (what u will do first) 1. System Testing 2. Functional Testing
What is workadround
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?