144 - Introduction
145 - What is TDD
146 - Create project and write first test method
147 - Refactoring and adding domain project
148 - Adding Web API project
149 - Test first approach
150 - Assertion Message
151 - Fluent Assertions
152 - Test Conditions and Prerequisites
153 - Setting up flight project
154 - Translating a scenario to test
155 - Red green refactor
156 - Given when then pattern and avoid overbooking scenario discovery
157 - Avoid overbooking scenario
158 - Test trustworthiness and devils advocate
159 - Practical devils advocate for remaining number of seats
160 - Parameterized tests
161 - Discovering new scenarios by checking if the production code is complete
162 - Refactor remember bookings
163 - Laws of TDD
164 - Scenario cancel bookings using TDD laws
165 - Handle cancel booking no booking found
166 - How you discover new scenarios
167 - Application layer testing