Wednesday, 30 May 2018


Selenium C# Automation Setup requirement

1. Selenium WebDriver

Site : http://selenium-release.storage.googleapis.com/index.html?path=3.12/

File Name : selenium-dotnet-3.12.1.zip


2. Visual Studio

3. Nunit
       Go with Nunit 3 as it supports Parallel execution

      Site: http://nunit.org/download/

4. C# ( will be supported by Visual Studio by default)
5. Reporting ( NuGet Gallery | NUnitOrange 2.1.0)

It will covert TestResults.xml to Test Results.html

6. Building Tool ( MSbuild) - it is coming by default with OS
7. Jenkins ( https://jenkins.io)
8. Object Identification ( You can use Xpath and CSS, Please refer my previous post)









No comments:

Post a Comment