Integrate Button Weblog

CI Testing tools for .NET

In Chapter 6, Andy covers practices for automated testing tools. He uses plenty of examples for the Java and .NET platforms. Below, is a list of developer testing tools for .NET:

  • NUnit - unit testing tool for .NET
  • NMock - Dynamic mock object library for .NET
  • NUnitASP - tool for automatically testing ASP.NET web pages.
  • NDbUnit - seed your database to assist in component testing
  • Selenium - Web-based functional testing that is cross browser
  • Watir - Web-based functional testing for Internet Explorer

Leave a Reply