[Software Testing] - What is Smoke Test? Types & Uses in | SheCodes

[Software Testing] - What is Smoke Test? Types & Uses in Software

Smoke test is a type of software testing that verifies the most crucial functions of a program are working correctly. Learn more in our guide.

πŸ‘©β€πŸ’» Technical question

what is smoke test?

πŸ€– SheCodes Athena says:

Answered in 3.33 seconds

A smoke test is a type of software testing that determines whether the most crucial functions of a program are working correctly. It is sometimes referred to as a "Build Verification Test (BVT)". Smoke tests are typically used in development before any further testing is done.