- Config : This Folder Contains the App.config file which is required for configuration
- CustomException : This Folder Contains the Custom Exception Class
- Interfaces : This folder contains all interface class
- Logs : This Folder Contains all logs
- Pages : This Folder is Divided into Two Sub Folders
- Actions : This folder contains actions class of every page
- Locators: This folder contains locators class of every page
- BaseClass: This folder contains base class class
- Setting : This Folder Contains Basic Setting class
- TestCase : This Folder Contains All Unittest class
- TestContextClass : This Folder Contains TextClassContext Class
- TestData: This Folder Contains All TestData
- TestReports : This Folder Contains all TestReports
- Utilities : This Folder Contains the utility class
All logs are generated in Logs folder which contains the file FilleLogger.log and RollingFileLogger.log.
- Import the project into visual studio
- Right click on Project in Solution Explorer
- Click on Build Solutions
- Click on Test in Menu Options
- Click on Test explorer
- In the Test explorer select the test case to run a single test case or Click on Run All Tests to run all tests