-
Install dotnet core (See project file for version of .NET core)
-
In the commandline execute
dotnet restore
to download and update dependencies required for this project. -
In the commandline execute
dotnet test
to run all the tests. The default browser is set as firefox in SeleniumConfig.ini. This can be tweaked to run other browsers. -
All the tests are present in uiTests folder. Run individual tests with Nunit plugin which can be installed in the IDE.
-
This test opens up firefox browser and loads a website - https://www.axiomatics.com (Access control solutions company)
-
Opens up a one of the header menu to list a subset of the menu
-
Selects one of the sub-menu to navigate to a page and verify if the page is displayed
-
IDE - Visual studio code
-
Framework - Dot NET core
-
Testing framework - Nunit
-
Nunit template using
dotnet new nunit
-
Package reference for external libraries and the browser drivers are set up in the project file