What Is The Purpose Of Smoke Testing?

Smoke testing is conducted to ensure that a software application build is stable in a development environment. When a new build is received from developers, the first step is to perform a smoke test. This test helps verify if the build is stable enough to proceed with further testing. If the build is unstable, it… Continue reading What Is The Purpose Of Smoke Testing?

What is Smoke Testing?

Smoke testing is a process to check whether the newly released build is stable or not. It helps a QA or testing team to get confirmation QA or testing team can proceed with further testing or not. It also gives assurance that builds received from development are working correctly. What is smoke testing? Smoke Testing… Continue reading What is Smoke Testing?