what is difference between Sanity testing and Smoke testing?
Answer Posted / bavani
Sanity Testing
A Test engineer verifies stability of build before
start testing. This preliminary checking is called sanity
testing. This is also known as Tester acceptance testing
(TAT) or Build verification testing (BVT)
Smoke Testing
It is an extra shake up in sanity testing. In this
test, testing team reject a build with reason when that
build is not working.
Eg: Watch is not working due to key rod problem.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
Why do you need to parameterize fields in your virtual user script?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
How to test a Falsh player scrollings?
can anyone tell me few critical bugs in ecommerce project.
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
hi can anyone tell me about vision plus testing? and what about its future
Can you please provide me the standard testcase review templete and Test plan templete.In my company we are not following any Standards templete so.Please guve me some Excell attachments.
is it possible web application make it as executable file
What knowledge I must have as a 3 yrs. manual tester??
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
When will the testing starts?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }