Table of Contents
Selenium C Sharp Tutorial
Here is a set of Selenium C# tutorial. These tutorials starts from Beginner level of Selenium in CSharp and move towards the Advance level. For new learners, to have maximum learning, follow the tutorials in the given sequence.
Set Up Selenium WebDriver
- Download and Install Visual Studio
- Set Up Selenium with Visual Studio in C#
- How to write Selenium Test using NUnit Framework
- Running Test in Safari browser
WebDriver Commands
Locators & XPath
- Use Of Browser Inspector
- FireBug & FirePath
- HTML Locators
- Element Locator for WebDriver
- XPath Helper Plug-in for Chrome
- Effective XPath
Switches Alerts & Windows
- Implicit Wait Commands in Selenium C#
- Explict/Smart Wait Commands in Selenium C#
- Switch Commands in Selenium C#
- Different types of Alerts
- Handling Multiple Windows
Selenium Automation Framework
- Set Up Project for Selenium Automation Framework in CSharp
- PageFactory in C#
- PageFactory CacheLookup
- Optimizing Page Object Model
- Encapsulate Selenium Page Objects
- Manage And Read Configurations using ConfigurationManager in C#
- Data Driven Testing
- Browser Factory
- Page Generator
- WebElement Extensions Method