| 1. |
When Do We Perform Smoke Testing? |
|
Answer» Smoke testing is performed on the application after RECEIVING the build. Tester USUALLY TESTS for the critical path and not the functionality in deep to make sure, WHETHER the build is to be accepted for further testing or to be rejected in case of broken application. A smoke checklist usually contains the critical path of the application without which an application is blocked. Smoke testing is performed on the application after receiving the build. Tester usually tests for the critical path and not the functionality in deep to make sure, whether the build is to be accepted for further testing or to be rejected in case of broken application. A smoke checklist usually contains the critical path of the application without which an application is blocked. |
|