Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 701 Bytes

File metadata and controls

13 lines (9 loc) · 701 Bytes

TestingDriver

This is a .Net 6.0 project.

This directory contains the source code for the Testing Driver. This program generates and executes tests via Selenium webdriver onto IEEdge, FireFox, and Chrome browsers. It uses software that runs on Windows 32 bit or 64 bit.

Documentation

Documentation for the source code can be found here.

Other Notes

Version number are labed as MAJOR.MINOR.dailyBuild.buildTime

Major changes are when new classes are added, except helper classes, or when a large change is made to the code such as a large functionality change.

Minor changes are when methods are added/removed or a helper class is added.