Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 6.6 KB

File metadata and controls

52 lines (40 loc) · 6.6 KB

TDD Course - Introduction Level

Module 1: The Basics

1.2 What is Testing?

1.4 Main Types of Tests

1.5 Testing Plan

1.6 Introduction to Testing Best Practices

  • What To Test/What Not To Test src
  • Proper Test Naming/Structure src test
  • Parameterized Tests src test
  • Test Set Up and Tear Down src test
  • Choosing the Right Matcher src test
  • Introduction to AssertJ src test
  • Custom Matchers src test

1.7 Other Concepts Related to Testing

1.9 How To Do TDD