Posts

Showing posts from 2017

Setting Up Visual Studio Environment for Selenium

Image
Preconditions Visual Studio (VS) has been installed. A successful installation of VS 2017 needs to contain the following workloads: Universal Windows Platform development .Net desktop development ASP.Net and web development .Net Core cross-platform development Ensure the following folder structure exists on you main OS drive.  In INDOT's case this is the C: driver. Selenium_Testing\Projects Our current standard is to then provide the project or sub-project name, then "Branches", then the current release and the normal VS solution structure.  So in the case of Lab Buddy the structure is the following: \Selenium_Testing\Projects\FieldAssistant_LabBuddy\Branches\Release4 Create Project Once a successful Visual Studio (VS) installation has occurred, you will want to create an new VS  1) Select File -> New -> then Project... 2)The "New Project" dialog window is displayed.  Setup a C# Console App (.Net Framework) and Name it something like &qu