Home United States USA — software Setting Up Selenium WebDriver for MSTest Framework in C#

Setting Up Selenium WebDriver for MSTest Framework in C#

197
0
SHARE

This MSTest testing tutorial covers different ways of installing Selenium WebDriver for the MSTest framework in C#.
Join the DZone community and get the full member experience. In the ongoing “Selenium MSTest testing tutorial” series, we had an earlier look at setting up the MSTest framework in Visual Studio. It was a getting started guide with a major focus on the installation of the Selenium MSTest framework and MSTest adapter for the project. In this Selenium MSTest testing tutorial, we take a look at setting up Selenium WebDriver with Visual Studio in C#. Before we install the Selenium WebDriver, we create a new project in C#. Before installing Selenium WebDriver, we create a new project in C# by following the below-mentioned steps: Before running your first script in MSTest, you need to download and set up Selenium WebDriver.

Continue reading...