Skip to content

Commit

Permalink
Merge pull request #3997 from shaedrich/test
Browse files Browse the repository at this point in the history
Add related to topic "Testing"
  • Loading branch information
octokatherine authored Oct 29, 2023
2 parents be0a23f + 408d8fe commit 0b014bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topics/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ display_name: Testing
short_description: The act of examining behavior of the software under test to eliminate bugs and ship with more confidence.
topic: testing
wikipedia_url: https://en.wikipedia.org/wiki/Software_testing
related: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit
---
Software **testing** is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

0 comments on commit 0b014bc

Please sign in to comment.