/selenium-page-object-model-csharp

This is the demo project on Selenium + Page Object Model Design Pattern + NUnit + C#.

Primary LanguageC#

Selenium Page Object Model C#

Introduction

This is a demo project on Selenium + Page Object Model Design Pattern + NUnit + C#.

How to use?

Pre-requisites:

  1. Rider or Visual Studio
  2. .NET Core

Steps:

  1. Clone this project.
  2. Open the project in Rider or Visual Studio.
  3. Execute "LoginTest.cs" in "./PageObjectModelCsharp/Test/LoginTest.cs"