/SeleniumDemo

Selenium C# Demo Project - Progressive Implementation of the Solution

Primary LanguageC#

Created a Selenium C# framework solution from scratch

  1. Created a basic framework with all functionality in one class file. - BackupBranch
  2. Implemented Basic Page Object Model. Added an improvised folder structure.
  3. Moved Framework Layer to separate project. a) Added Basic Logging Capabilities. b) Added a Base Class to handle setup.
  4. Added Tests for another page and refactored the solution