Skip to content

Commit

Permalink
Merge pull request #3996 from shaedrich/testing
Browse files Browse the repository at this point in the history
Merge topics "test" and "testing"
  • Loading branch information
octokatherine authored Oct 29, 2023
2 parents 7f2eddf + 889e524 commit 7d2e1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
9 changes: 0 additions & 9 deletions topics/test/index.md

This file was deleted.

7 changes: 3 additions & 4 deletions topics/testing/index.md
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.

0 comments on commit 7d2e1a0

Please sign in to comment.