开发者

What tools/programming languages do people use that support TDD?

I want to get an idea of What tools/programming languages people ar开发者_如何学Goe using that supports Test Driven Development?

Many Thanks, J


Well, I use c#, with visual studio, and it supports, both asp.net mvc2, wpf and almost any technology in the MS domain can be adjusted to TDD, and I'm sure that there is much more in the java domain as well

look in this sites for more information

For Dot Net

For Java


I use Java + JUnit + Eclipse.

Eclipse has a "quick fix" feature (Ctrl+1) that you can use to create necessary class/interface stubs to make your test code compile and run quickly.


In .NET TDD is pretty easy now.

Visual studio 2010 natively supports TDD, it has its own build in testing framework.

Also .NET 4.0 has cool feature called Code Contracts which provide a language-agnostic way to express coding assumptions in .NET programs http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx

The list of third party .NET TDD tools are here http://www.exforsys.com/tutorials/testing/microsoft-.net-unit-testing-tools.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜