= NUnitAsp
{wiki=NUnitAsp}
NUnitAsp is an extension of the NUnit testing framework that is specifically designed for testing ASP.NET applications. It provides tools and features to help developers write unit tests and integration tests for web applications built using the ASP.NET framework. Here are some key features of NUnitAsp: 1. **Integration with NUnit**: Since it builds on NUnit, it allows developers to use familiar NUnit assertions, test lifecycle events, and test organization features.
Back to article page