Author: Mark Fischer, Jr.
Posted: Apr 8, 2018
Categories: rant
Imagine walking into a new grocery store. What are the first things you notice? Maybe it’s the dim fluorescent lights. Maybe it’s the sound of low quality music on a lower quality speaker, quiet enough that you can’t tell what’s playing, loud enough that you can’t ignore it. ¶ As you...
Author: Mark Fischer, Jr.
Posted: Mar 21, 2018
Ran into a fun little bug with the Visual Studio Team Explorer widget today. I clicked “check in” as usual, and was met with this error: “Value was either too large or too small for a UINT32”. Turns out what that error actually means is that one of the files...
Author: Mark Fischer, Jr.
Posted: Mar 20, 2018
Categories: testing
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....