Difference between smoke testing and sanity test ?????????
Answer Posted / anmol
In software development, the 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. A software
smoke test determines whether the program launches and
whether its interfaces are accessible and responsible (for
example, the responsiveness of a web page or an input
button). If the smoke test fails, it is impossible to
conduct a sanity test. In contrast, the ideal sanity test
exercises the smallest subset of application functions
needed to determine whether the application logic is
generally functional and correct (for example, an interest
rate calculation for a financial application). If the
sanity test fails, it is not reasonable to attempt more
rigorous testing. Both sanity tests and smoke tests are
ways to avoid wasting time and effort by quickly
determining whether an application is too flawed to merit
any rigorous testing
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What should Development require of QA?
Suggest me MCQ book for Software testing
What are verification and validation and difference between these two?
Can manual testing be completely replaced by automation testing?
What is automated software quality (asq)?
What is extreme programming and what is it got to do with testing?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What are the types of testing can be performed on facebook login page?
What is the difference between web, window, desktop and client server application testing?
What are the benefits of automated testing?
What is basis path testing?
What are the test artifacts involved in qa?
hi , This is krish from chennai . i like to do istqb certification for foundation level . if any one have material for that kidely help me. just send me the material to krishmca29@rediffmail.com. thanks is advance for sending .
Write down the differences between the responsibilities of qa and programmers?
What should your qa documents include?