Skip to content

NishantPanchal92/automate-csharp-samples

 
 

Repository files navigation

automate-csharp-samples

Documentation for writing Automate test scripts in C#

Install selenium driver for .net

Setup your IDE to write selenium tests

Visual Studio:

  • In order to write selenium test in visual studio, create a new "Console Application" in visual studio. File→New Project→Visual c#→Console Application.
  • Then the selenium libraries are needed to be imported through "Solution Explorer" pane. Right click on References, browse through C:\selenium-dotnet\selenium-dotnet-2.33.0\net40 and import the libraries.

Running the tests

Update the sample tests for various libraries and frameworks which exists in this project with the correct USERNAME and PASSWORD.

About

Sample nunit, Galio code for running selenium with BrowserStack Automate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%