Development Setup: C#

To create Selenium test cases using the .Net Framework language C# you will need to setup your development environment correctly. For this, you can use Visual Studio and a unit test framework of your choice. This lesson contains examples for Visual Studio Unit Testing but any other Unit Testing framework can also be used.

In this lesson you will learn:

  • Setup Visual Studio
  • How to create a new Selenium testing project
  • Add the webdriver using Visual Studio
  • Run test cases using Visual Studio Unit Testing

Prerequisites:

Ideally, you should complete these lessons first:

Get Started: