Skip to content

Commit

Permalink
Define Automated Test Suite
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <[email protected]>
  • Loading branch information
david-a-wheeler committed Jan 10, 2025
1 parent 307d48b commit ba26705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,13 @@ lexicon:
Code provided by an external source that is
executed by a system without validation or
restriction.
- term: Automated Test Suite
definition: |
A collection of pre-written test cases that
execute the software to verify that actual results are expected results
without requiring manual intervention.
An automated test suite must return an overall "pass" or "fail" result,
and is often implemented using a test framework.
- term: Build and Release Pipeline
definition: |
A series of automated processes that compile
Expand Down

0 comments on commit ba26705

Please sign in to comment.