exact difference between smoke testing, sanity testing and
unit testing
Answer Posted / nihar ranjan patra
Smoke testing & Sanity testing are almost same.
But smoke testing is done in the Developer environment
before releasing the build to test whether the build is
correct or not.
Saninty testing is a overall testing which is done in the
testing environemnt to test whether the accepted build is
suitable to test or not, proper navigation is established
or not, database is connected or not. Some companies is
also called the testing as Build Acceptance testing.
Unit testing is also done in the Developer environement to
test small small code according to the requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
What are quality assurance and quality control?
Differentiate test bed and test environment?
What is the difference between three tier and two tier application?
Test approach to windows scheduler?
What is the difference between a standalone application, client-server application and web application?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What is Wound Fixing?
How can software qa processes be implemented without stifling productivity?
Do you use any automation tool for smoke testing?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
uses of checklist
How could you present test strategy for the product testing?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
.In languages testing, what is the fixed part and changing part?