This project is a UI automation testing framework built using Selenium WebDriver with NUnit in C#.
It follows the Page Object Model (POM) design pattern for clean and maintainable test code.
- Automated browser testing with Selenium
- NUnit test framework for test execution
- Page Object Model structure
- Alert handling (alert, confirm, prompt)
- Element visibility verification
- Reusable utility/helper methods
- C# (.NET)
- Selenium WebDriver
- NUnit
- ChromeDriver
- Visual Studio