What is the Major difference between Sanity and Smoke
Testing
Answer Posted / chinmaya
sanity test determines whether it is reasonable to proceed
with further testing. Software sanity tests are commonly
conflated with smoke tests. A smoke test determines whether
it is possible to continue testing, as opposed to whether it
is reasonable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the sub-genres of performance testing?
Who are all involved in an inspection meeting?
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example
On what basis you are fixing up the time for project completion?
What will be your approach if a particular script in Load Test fails?
when do you escalte issue to your manager?
After insert the record in front-end, how will you check the back end by manually? Please explain?
What is the most important phase in STLC and Why
What do you do (with the project tasks) when the schedule fails?
What is meant by entry criteria and exit criteria in software testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What can you tell about the project if during testing you found 80 bugs in it
What is Independent Testing?
What are the roles of glass-box and black-box testing tools?
how we write test cases to brs,srs,hlds,llds