Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the equivalent of Visual Studio 2008 Object Test Bench in Visual Studio 2010?

I am surprised not to find it in 2010, I would be very sad if it has disappeared as it is very useful to train and practice at the same time so where to activate it?

Haven't some people do any petition to restore that feature ?

like image 794
user310291 Avatar asked Sep 18 '10 15:09

user310291


2 Answers

I agree that that was a great tool. The tools I use for that type of immediate testing is LinqPad, which is a code-driven tool that basically executes code oon-the-fly. I tend to use LinqPad for my quick and dirty tests. Or there's ClassMaster, which is a more visual tool and is the better tool for training and practicing, IMO.

There's always MSTest and NUnit for more formalized testing, but it doesn't sound like that's what you're after here.

like image 184
Steve Danner Avatar answered Oct 25 '22 20:10

Steve Danner


Immediate Window http://blogs.msdn.com/b/habibh/archive/2009/07/27/visual-studio-2010-rip-list-partial.aspx

like image 27
nubm Avatar answered Oct 25 '22 19:10

nubm