.SHARP{C#DERS}

.net development, server management, and related topics

Selenium UI Tests Using NUnit and Visual Studio 2013

Setting up UI tests can be easy but can also be a little frustrating.  After setting up my tests in NUnit, each test case would run fine on their own but when trying to run all the tests at once as if they were in a suite, the tests would act as if they were timing out.    My pro... [More]