Tag: <span>visual studio C#</span>

Basic WebDriver and C# script for beginners

WebDriver Test using C# and Visual Studio 2013 Express. One of my videos is getting multiple hits for how to write WebDriver or selenium tests using C#. There are many tutorials available on the internet for Java but not many for WebDriver and C#. I will teach you how to write test scenario in C#. I have Visual Studio 2013 express edition. Step1: Create WebDriver Project Create new Project, and choose ‘Unit Test Project’, and give some name says; ‘AddItemToShoppingCart’ and hit the OK button. You will see following folder structure and if you open UnitTest1.cs, you will see the …