Expositus

Hello, I'm Mark Fischer. I am a Digital Experience Architect at ArcBest.

GitHubCodepenUnsplashLinkedIn

Grocery stores are broken

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...

Weird TFS Error Message

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...

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....