AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Unit Testing Membership and Role Providers : Mohammad Azam

Friday, August 01 2008

Unit Testing allows the developer to create solid applications that will last the changes in the future. There are several articles on GridViewGuy that covers the concepts and benefits of Unit Testing. In this article we are going to go one step further and create Unit Tests for our Membership and Role providers. Why Test Membership and Role Providers? If you are building an ASP.NET 2.0 application with multi user support then it is quite possible that you will be using the Membership and Role provider model for authentication. Authentication and authorization are one of the most important aspects of any web application that must be tested thoroughly. Unit Tests will indicate that if the providers are working as expected or will they need some work....

Read More:
Unit Testing Membership and Role Providers : Mohammad Azam
Also See:
Updated: Implement Kerberos Delegation for Windows 2000 : ASP.NET Whitepapers
File Denial : Steve C. Orr
ASP.NET 2.0 - Safely Compile And Execute Source Code Dynamically : Robbe Morris
Designing Application Using Test Driven Development Part 2 : Mohammad Azam
State Management in ASP.NET : DSV Ramana

Post your comment

Comment