-
Notifications
You must be signed in to change notification settings - Fork 4
Project Breakdown
chrimuno edited this page Sep 3, 2017
·
3 revisions
There are six projects in the Visual Studio Solution:
- Automation.Database - This project contains the database model that all the other projects will reference if they need to connect to the db.
- Automation.Framework - The framework containing the Page Objects used to build the automation tests.
- Automation.Gui - A simple web app used to updated the configurations for the Selenium tests.
- Automation.Selenium - Wraps the Selenium WebDriver and reads the setting the db or the App.config file.
- Automation.Tests - The NUnit tests created using the Framework & Selenium projects.
- Automation.Xml - Gets the information from the db and generates a new App.config file.
Copyright © 2017 Christian Munoz
-
Selenium Automation Toolbox
- Release Notes
- License
- Project Breakdown
- Selenium Prerequisites
- Running the Automated UI Tests
- Configuration Settings