An open API service indexing awesome lists of open source software.

https://github.com/osandadeshan/protractor-page-object-model-csharp

This is the demo project on Protractor + Selenium + Page Object Model Design Pattern + NUnit + C#.
https://github.com/osandadeshan/protractor-page-object-model-csharp

automation csharp nunit page-object-model protractor selenium selenium-webdriver ui-automation

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Protractor Page Object Model C#

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

## How to use?
**Pre-requisites:**
1. [Rider](https://www.jetbrains.com/rider/download/#section=windows) or [Visual Studio](https://visualstudio.microsoft.com/downloads/)
2. .NET Core

**Steps:**
1. Clone this project.
2. Open the project in Rider or Visual Studio.
3. Execute "**CalculatorTest.cs**" in "***./ProtractorCsharpDemo/Test/CalculatorTest.cs***"