Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 295 Bytes

File metadata and controls

9 lines (9 loc) · 295 Bytes

Definition

Humans writing tests.

Pros

  • High feature coverage
  • Good oracles (the developer)
  • Can run other analyses on the tests (i.e. [[Compiler Sanitizers]])

Cons

  • High effort (developer time is expensive)
  • Missed corner cases (cannot cover cases the developer did not consider)