Completed
How to write parameterized tests in xUnit Selenium C#
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn xUnit Testing With Selenium C#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What Is xUnit Testing In Selenium C#
- 3 Setting up xUnit with Visual Studio
- 4 How to install Selenium WebDriver in xUnit C# Project
- 5 How to write parameterized tests in xUnit Selenium C#
- 6 How to write and run xUnit tests in parallel
- 7 Cross browser testing using xUnit
- 8 Geolocation testing using xUnit
- 9 Use and write page objects in xUnit
- 10 Conclusion