


Open Visual Studio and Create a new project, as shown in Figure 1.įigure 1: Visual Studio New Project Step 2Ĭlick the test project and name it Selenium WebDev Testing (see Figure 2).įigure 2: Visual Studio Unit Test Project Step 3 The Selenium WebDriver setup process is pretty much the same across different versions of Visual Studio: Visual Studio 2013, Visual Studio 2015, and Visual Studio 2017.įollow these steps to integrate Selenium with Visual Studio. How to Integrate Selenium WebDriver with Visual Studio In this tutorial, I will provide instructions on how to set up Selenium WebDriver using Microsoft Visual Studio and give you an example to explain how to write a quick test using WebDriver. Selenium WebDriver APIs are platform independent and support different programming languages such as C#, Java, Perl, PHP, and Ruby.

WebDriver includes a collection of open source APIs that support browsers like Firefox, Chrome, IE, and Safari. WebDriver is the successor to Selenium RC, which accepts commands and sends them to a browser. Selenium WebDriver is a tool used for automating Web application testing. Introduction: What Is Selenium WebDriver?
