Skip to content

Commit 6065364

Browse files
authored
Merge pull request #3940 from gtirloni/topic/smoke-test
Add topic smoke-tests
2 parents 9247e3a + f7ee879 commit 6065364

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/smoke-tests/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: smoke-test
3+
display_name: Smoke Tests
4+
related: testing, e2e-tests, integration-tests, unit-tests
5+
short_description: Smoke tests are preliminary or sanity tests to reveal simple failures severe enough to abort a software release or deployment.
6+
topic: smoke-tests
7+
wikipedia_url: https://en.wikipedia.org/wiki/Smoke_testing_(software)
8+
---
9+
Smoke tests are preliminary or sanity tests to quickly reveal simple failures severe enough to abort a software release or deployment, or before doing more fine-grained testing.

0 commit comments

Comments
 (0)