XUnit with Selenium C# and AutoFixture
XUnit with Selenium and AutoFixture for automation test data is the key course that will help you learn how powerful the XUnit framework is and how easy it is to customize the data creation using AutoFixture.
Introduction to XUnit
XUnit Context Injection and creating Fixture class to create and dispose object
Data Driven Testing with XUnit using [InlineData]
DDT with [MemberData] and customizing it for [Theory]
Running XUnit Tests in Parallel and in Sequence
Testing application for Failures and how to make it happen?
Introduction to Fluent Assertions
Introduction to [AutoFixture] for automation data setup for each tests
Customized Test Data creation using Builder Pattern of AutoFixture
Populate Test Data with [AutoData] of AutoFixture in XUnit and Selenium tests
Extending TestDataAttribute for Custom data in XUnit with Selenium tests