NUnitAutomationFramework/ ├── App.config ├── NUnitAutomationFramework.csproj ├── Properties.json ├── Base/ │ ├── Base.cs │ ├── BasePage.cs │ └── DriverSetup.cs ├── Constants/ │ ├── BaseConstant.cs │ ...
Example of previous work using C# / Selenium / NUnit. The website under test was (very basically) a CRM-type system for training providers. Applicants would apply for training, become learners, and ...