Automating Test cases for Control Store application using C# and N-unit in Visual Studio.
Control Store application is a sample application was provided to me by my instructor Prof. Dan Geiger at Bellevue College to write and automate test cases for.
I wrote the code for UI testing for three sections of the application:
1- The CheckBox section.
2- The Radio Button Section.
3- The Combo Box Section.
4- The Fomrs section.
I wrote the code to test each control and ensure the proper functionality.
Frameworks and Libraries used:
1-Nunit framework from Microsoft.
2-Selenium WebDriver.
3-ControlStore -- The target application.