Expositus

Category: testing

Author: Mark Fischer, Jr.
Posted: Mar 20, 2018
Tags: testing

Setting up automated testing with MSTest and Selenium

I’ve started implementing automated testing on a project I’m working on using MSTest and Selenium. I’ve run into several issues that I couldn’t find answers for online so I thought I’d document my findings here. Creating the test project Create the project using the “Unit Test” template in Visual Studio....