TestRunner

TestRunner

testrunner

 

http://www.mailframe.net/Products/TestRunner/default.aspx

TestRunner Provides

  • Test Driven Development inside Visual Studio 2005
  • Integrated debugging from a simple context menu in the editor
  • File, method, and line level code coverage in the editor
  • Graphical test feedback directly in the Visual Studio editor
  • Console & Trace redirection to the Output Window
  • Non-blocking test runs -- program while you test on a background thread
  • Test failure tool tips and line markers
  • Ultra Performance tested with suites of 1400 unit tests

 

  • TestRunner will change the way you NUnit test by making it a seamless experience with programming. Tests run in the background and richly interact with the Visual Studio editor instead of a separate program, saving you from the window shuffle or losing your place in your code. Unit testing, code coverage, and now performance profiling all in one convenient tool.

cppunit:   http://morningspace.51.net/resource/cppunit/textui.html
 

------------------------------------------------------------------------------------------------------------------------------------

TestDriven.NET网址: http://www.testdriven.net/
下载地址: http://www.testdriven.net/Default.aspx?tabid=27
博客园下载地址: http://downloads.cnblogs.com/TestDriven.NET-1.0.915d.zip
使用帮助: http://www.testdriven.net/Default.aspx?tabid=29

使用感受:
1、与VS.NET集成得很不错, 使用起来很方便, 比如我们运行一个测试方法,直接在这个方法上点击右键Run Test(s):
TestRunner_第1张图片
然后在VS.NET的输出窗口中输出测试结果。Cool! 错误信息会显示在任务窗口。
2、在“解决方案资源管理器”中,可以选中相应的项目点击右键运行测试,可以通过Test With NUnit GUI启动NUnit GUI运行测试。
3、通过Tests With Debugger, 在Debug模式中运行测试,
4、不需要另外安装NUnit。TestDriven.NET已经自带NUnit。

------------------------------------------------------------------

nunit的使用:

http://ltp.cnblogs.com/archive/2005/12/03/289720.html

你可能感兴趣的:(TestRunner)