Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 911 Bytes

Insufficient testing.md

File metadata and controls

25 lines (21 loc) · 911 Bytes

The repositories under review lack appropriate testing, which increases the likelihood of errors in the development process and makes the code more difficult to review.

Recommendation:

Short term, ensure that the unit tests cover all public functions at least once, as well as all known corner cases.

Long term, integrate coverage analysis tools into the development process and regularly review the coverage.


Slide Screenshot

161.jpg


Slide Text

  • ToB Audit Advanced Blockchain Finding 5
  • Testing
  • Insufficient Testing
  • Unit Tests
  • Good Coverage

References


Tags