Skip to content

A ready to use Web automation solution using C#, Selenium WebDriver and Nunit. Structured as a modular framework. Follows Page-Object-Model design pattern Contains collection of Unit Test cases implementing tricky selenium automation programs

Notifications You must be signed in to change notification settings

sanneabhilash/SeleniumNUnit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumNUnit

SeleniumNunitAutomation This Project provide a quick working code reference for:

Modular Automation framework using C#, Selenium WebDriver, Nunit Page-Object-Model implementation using Selenium WebDriver and C# Managing Test case level Test data using XML and JSon files Support for multiple environment execution using .config files Example programs for tricky web actions using Selenium WebDriver Hope it servers the purpose it is aimed at.

Prerequisites:

Visual Studio 2012 or later versions installed

Nuget Packages used:

NUnit VS Adapter Install-Package NUnitTestAdapter -Version 2.1.1 Nunit Unit Testing Framework Install-Package Nunit -Version 2.6.3 Selenium WebDriver Install-Package Selenium.WebDriver -Version 3.9.1 Selenium Chrome Driver Install-Package Selenium.WebDriver.ChromeDriver -Version 2.35.0

Supported versions of browsers installed (IE, Chrome, FireFox)

@Abhilash Sanne

About

A ready to use Web automation solution using C#, Selenium WebDriver and Nunit. Structured as a modular framework. Follows Page-Object-Model design pattern Contains collection of Unit Test cases implementing tricky selenium automation programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%