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