开发者

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

开发者 https://www.devze.com 2023-01-17 03:53 出处:网络
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?

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 petit开发者_如何学Cion to restore that feature ?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消