Prerequisite:
- Visual studio should be installed in machine..
- Download “Nunit: from link http://nunit.org/index.php?p=download and install in your machine.
- Download selenium-dotnet-2.31.0.zip file from link http://docs.seleniumhq.org/download/ and unzip in your machine.
Step To create new project.
1. Open Visual studio in your machine.
2. Go to and click on File > New > Project.
3. Select visual C# from left panel and select class library
4. Enter project name chose location and click on OK button.
5. A default class created with named “Class1.cs” under your project
6. Rename this class or create new class for your test script.