- This topic has 2 replies, 3 voices, and was last updated 1 year, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Testing Discussions › When Smoke Testing is performed?
When Smoke Testing is performed? How it can be performed? Is it easy or tough?
<span style=”color: #454545; font-family: Roboto;”>Smoke testing is a type of preliminary testing that is used to test whether the product is stable or not. It is a subcategory of test cases that aims to assess the main functions of software application.</span>
Smoke testing, also known as “build verification testing”, is a type of software testing that comprises of a non-exhaustive set of tests that aim at ensuring that the most important functions to work. The result of this testing is used to decide if a build is stable enough to proceed with further testing.
It can also be used to decide whether to announce a production release or a revert. The term “smoke testing”, it is said, came to software testing from a similar type of hardware testing, in which the device passed the test if it did not catch fire(or smoke)the first time it was turned on.
ASP.Net Software Development