Smoke testing helps in identifying and fixing minor issues that might arise in the initial stages of the software development process. This will in turn help in avoiding the delay of the product's release. It verifies whether the deployed software build is reliable or not. On every build, a minimal number of tests can be executed, so that the software's functionality can be verified accordingly.
read more..