Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 733 Bytes

File metadata and controls

22 lines (20 loc) · 733 Bytes

155 - Tests

Tests indicate that the system implementation has been validated against the specification.

Unit tests, functional tests and integration tests should have been performed to achieve good test coverage across the entire codebase.

Any code or parameterisation used specifically for testing should be removed from production code.


Slide Screenshot

0155.jpg


Slide Text

  • Software Testing Validation
  • Unit/Functional/IntegrationRegression E2E
  • Smoke/Stress/Perf/Security
  • Testnet Vs. Mainnet
  • Test Vs. Production
  • Sufficient Testing

References


Tags