Posts

Showing posts from January, 2023

Which testing is done first, smoke or sanity?

Image
  Smoke testing and sanity testing play an important role in the software development process . Both are exclusively used to evaluate the software build. The stability of a software build that is going to be deployed is checked by the smoke testing method.  The post-build check is conducted by the sanity testing method to make sure that all the identified bugs have been fixed. In this article, you will get to know whether smoke or sanity testing is conducted first. To analyze whether smoke testing or sanity testing comes first, it is better to know and understand the functioning of smoke and sanity testing first. But, before understanding both these testing methods, it is much better to know about a software build.   What is a software build? Software development has certain essential components and code is one of its essential components. There may be hundreds or even thousands of source code files contained in software depending upon the complexity and functionali...