Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 236 Bytes

File metadata and controls

15 lines (12 loc) · 236 Bytes

Testing

TDD - Test Driven Development

Types of Test

  • Smoke Tests
    • Does it exist
  • Unit Tests
    • Testing each item in isolation
  • Snapshot Tests
    • Freeze it / i like it today
  • Visual / UI Snapshot
    • Percy.IO
    • etc