61 - Introduction to XUnit
62 - xunit context injection and creating fixture class to create and dispose object.zip
63 - Data Driven Testing with XUnit using InlineData
64 - DDT with MemberData and customizing it for Theory
65 - Running XUnit Tests in Parallel and in Sequence
66 - Testing application for Failures and how to make it happen
67 - Introduction to Fluent Assertions
68 - Introduction to AutoFixture for automation data setup for each tests
69 - Customized Test Data creation using Builder Pattern of AutoFixture
70 - Populate Test Data with AutoData of AutoFixture in XUnit and Selenium tests
71 - Extending TestDataAttribute for Custom data in XUnit with Selenium tests