marioPPavlov / SeleniumDemo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C# 99.4%Language:CSS 0.5%Language:JavaScript 0.0%