9
shouts

How to: Visual Studio test runner & side by side test code - Björn Rochel

published 301 days, 18 hours, 41 minutes ago posted by KluggerKlugger 303 days, 5 hours, 52 minutes ago
Thursday, May 21, 2009 11:39:50 AM GMT Wednesday, May 20, 2009 12:28:46 AM GMT

After spending a lot of time with xUnit.net I recently had to go back to MSTest for my testing again (because it’s the de facto standard at my current client which is not negotiable ;-().

Former colleagues of mine will probably laugh about this, because I’ve had a love-and-hate-relationship with MSTest and especially the VisualStudio runner in the past. I won’t go into details here, but you can read about it here. However since I currently have no other option I use what is there. Better writing tests ...

category: Agile | clicked: 25 | | source: www.bjoernrochel.de | show counter code
tags: MSTest, Test, Testing, Visual Studio, xunit