A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z

Smoke Testing

Smoke testing covers most of the major functions of the software but none of them in depth. The result of this test is used to decide whether to proceed with further testing. If the smoke test passes, go ahead with further testing. If it fails, halt further tests and ask for a new build with the required fixes.

What are the goals of smoke testing?

  • To detect any early defects in software product.
  • To demonstrate system stability.
  • To demonstrate conformance to requirements.
  • To assure that the acute functionalities of program is working fine.
  • To measures the stability of the software product by performing testing.
  • To test all over function of the software product.

Automate objective parts of code reviews

Automate objective parts of code reviews

Get started