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 for the source code can be found here.
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.