xUnit Testing Tutorial | Learn xUnit Testing With Selenium C# In 5 Hours | LambdaTest
In this xUnit Tutorial for beginners and experienced QA engineers, Anton Angelov (@angelovstanton) explains the basics of xUnit testing with Selenium C#. This video covers how to install the xUnit framework and how to create your first xUnit project in order to execute the test. This video also helps you write tests using xUnit attributes and understand Page Object Design Pattern in Selenium C#. Furthermore, this video talks about parameterized tests in xUnit using Selenium C# and how to control the serial and parallel test execution on xUnit. By the end of this video, you will be able to perform cross browser testing and geolocation testing using xUnit on the Lambda Test platform.
Introduction
What Is xUnit Testing In Selenium C#
Setting up xUnit with Visual Studio
How to install Selenium WebDriver in xUnit C# Project
How to write parameterized tests in xUnit Selenium C#
How to write and run xUnit tests in parallel
Cross browser testing using xUnit
Geolocation testing using xUnit
Use and write page objects in xUnit
Conclusion