-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3996 from shaedrich/testing
Merge topics "test" and "testing"
- Loading branch information
Showing
2 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
--- | ||
aliases: testing-tools, testing-framework, testing-practices | ||
aliases: testing-tools, testing-framework, testing-practices, software-testing, test | ||
display_name: Testing | ||
short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow. | ||
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 | ||
--- | ||
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times. | ||
Eliminate bugs and ship with more confidence by adding these tools to your workflow. | ||
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. |