Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.37 KB

README.md

File metadata and controls

57 lines (50 loc) · 1.37 KB

Course :: TDD with Java

Resources for course Basic Java with TDD (Test-Driven Development)

Slides

Topics

Day 1

  • Basic of TDD
  • Workshop
  • Red-Green-Refactor
  • Good test with FIRST
    • Fast
    • Isolation
    • Repeatable
    • Self-validation
    • Timely
  • Working with JUnit 4
    • JUnit Lifecycle
    • Annotations
    • Handle exception
    • Data-Driven Testing
  • Workshop

Day 2

Workshops

  • Testing with Spring Boot 2

Resources