Skip to content

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:

  1. Automated Test Suite
  2. Test Policy

Ideas

  • Types to consider for your project:
    • unit tests
    • integration tess
    • e2e tests
    • automation tests
    • contract tests
    • mutation tests
  • Test First Development?
Clone this wiki locally