Testing #2 (Baudry)

Material

Testing concepts

  • Test coverage
    • structure coverage
    • input space coverage
    • mutation analysis
    • property-based testing
  • Test levels
    • unit testing
    • integration testing
    • system testing
  • Test oracle
    • crash
    • assertions
    • invariant
    • differential testing

Testing tools