/SeleniumDemo

Demo showing how to setup a basic automation test framework using C# and Selenium

Primary LanguageC#

SeleniumDemo

A Selenium demo showing basic Selenium functionality using .NET Core 2.0

Usage

In order to make it run, you will need an installed Visual Studio as well as change the following strings inside the project:
  1. In the appsettings.json file change the "yourServerName" and the "yourDbName" string to match your server and database name
  2. In SeleniumDemo.TestFramework.Browser change "yourPort" string to match the port of your localhost.
  3. Press CTRL+R +A and watch the magic happen.

That's it.