AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

NUnit Testing Tools : Brian Mains

Sunday, July 06 2008

NUnit testing tools provide a means to test your object model, and is especially useful in ensuring that your application and its logic works correctly. This is a type of tool that is used with Test-Driven Development, and other methodologies like Agile. Why test your application? After all, most developers are pretty smart people, right? There are a lot of smart people, but it is easy to make mistakes, or to have incorrect thinking in regards to how an object works. In addition, as we make enhancements or changes to the system, tests ensure that we don't break the code already written. Fortunately, we have a tool that can help ensure we don't make mistakes when coding...

Read More:
NUnit Testing Tools : Brian Mains
Also See:
Spot The Authorization Bug : Scott Allen
DropDown Calendar : Steve C. Orr
Creating a Simple WebPart Page and use WebServer controls as WebParts : Muhammad Mosa
Dynamically Created Controls in ASP.NET : Yuriy Solodkyy
Microsoft ASP.NET 2.0 Membership API Extended : Bilal Haidar [MVP]

Post your comment

Comment