Smoke Test

A Smoke Test is a preliminary test that checks the main functionalities of a system or component. It aims to determine whether the basic functions work correctly before more extensive testing begins.

Key Features:

  • Quick Execution: Designed to be completed quickly.
  • Basic Functionality Check: Focuses on critical functions.
  • Early Detection: Identifies major issues early in the development cycle.

Smoke tests help ensure that new builds are stable enough for further testing, reducing time spent on flawed versions of software.