-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
devlinjunker edited this page Dec 29, 2020
·
10 revisions
Testing is an important component of the Core Infrastructure Initiative Quality Criteria. The two required Test components for a passing
rank are:
- Automated Test Suite
- Test Policy
- Types to consider for your project:
- unit tests
- integration tess
- e2e tests
- automation tests
- contract tests
- mutation tests
- Test First Development?