A simple collection of UI tests using Selenium WebDriver and NUnit in C#. This project serves as a starting point for writing and running automated browser tests.
- Browser automation using Selenium WebDriver
- Test framework powered by NUnit
- Easily customizable for different test cases and web applications
- .NET SDK 6.0+
- Chrome browser
- ChromeDriver installed and in your system
PATH
- Clone the repository:
git clone https://github.com/buonan/SeleniumTests.git
cd SeleniumTests- Restore dependencies and build the project:
dotnet restore
dotnet build- Run the tests:
dotnet testMake sure ChromeDriver is compatible with your Chrome browser version.
Tests/: Contains test files using Selenium and NUnitSeleniumTests.csproj: Project configuration and dependencies
This project is licensed under the MIT License.