Smoke testing is performed first - Smoke and Sanity testing

Q.  Which testing is performed first?
- Published on 14 Aug 15

a. Smoke
b. Sanity
c. Depending upon project one can selected first for execution
d. Simultaneously

ANSWER: Smoke
 

    Discussion

  • Prajakta Pandit   -Posted on 29 Oct 15

    - Smoke testing is performed first.

    - Smoke testing is broad and shallow.

    - Smoke testing is designed to touch every part of the application in a cursory way.

    - It is scripted or documented, either using a written set of tests or an automated test.

    - It is normal health check up to build of an application before taking it to testing in depth.

    - This testing is conducted to ensure whether the most crucial function of a programs are working, but not bothering with finer details, such as build verification.

    - Smoke testing is a subset of regression testing.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)