Difference between smoke testing and sanity test ?????????
Answers were Sorted based on User's Feedback
Answer / karthik
sanity Testing : To validate the application whether it is
well in condition or not.
Smoke testing: To ensure that application is eligible for
further testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Both the types of testing are done to check whether the
application is ready for testing and to check its
stability...
sanity testing:
1.Formal Testing
2.Done at the Entry and Exit stage of each phase of SDLC
3.Usually Done by both Tester/Developer
4.Major / Business Functionalities are focused
smoke testing:
1.Informal testing
2.Done at any point
3.usually done by developers
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / kishore kumar.k
sanity Testing : Validate the application is well condition
or not.
Smoke testing: To ensure that appliacation is eligible for
further testing.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / archana
HI,
Sanity Testing means , in some companies they'll do sanity
testing when the tester recieves a new build they will
check for stability of the build for further testing.
and in some compnies they'll concentrate on minor changes
or Particular Bugs (kind of regression testing).
Smoke Tetsing:
In some Companies developers do this tetsing whether the
build is ready to test.
and in some companies testers will do.
whether the build is stable and checks the major
functionality of the build.
correct me if im wrong
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the quality audit?
who will give priority and severity for testcases?
Can you please anyone tell me what are the Risk analysis technics we can use?
What does the software qa document should include?
What is the difference between 'Bug' and 'Issue'?
What is your hierarchy in your organization?
Suppose the company is not an ISO certified company, but is there is any possiblity for to get CMM level-5 ? If yes what r the process to be taken?
What are the advantage and disadvantages of automated testing?
Explain cmmi.
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What is destructive testing?
What is the role of QA in a development project?