Skip to content

Commit

Permalink
Merge pull request #4147 from shaedrich/unit-testing
Browse files Browse the repository at this point in the history
Create topic "Unit testing"
  • Loading branch information
ahpook authored Jan 2, 2024
2 parents 26a6f43 + af29e76 commit fcd14c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions topics/unit-testing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
aliases: unit-tests
topic: unit-testing
display_name: Unit testing
short_description: Unit testing is a type of software testing that focusses on testing small units instead of whole processes.
related: testing, integration-testing, tdd, test-automation, e2e-tests, contract-testing, ui-testing, acceptance-testing, api-testing, junit
created_by: Kent Beck, Erich Gamma
released: 1997
wikipedia_url: https://en.wikipedia.org/wiki/Unit_testing
---
**Unit testing** is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

0 comments on commit fcd14c4

Please sign in to comment.