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:
Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Designing Application Using Test Driven Development Part 2 : Mohammad Azam
ASP.NET 2.0 - Safely Compile And Execute Source Code Dynamically : Robbe Morris
Basic Reporting Part 3: Programmatically Setting the ObjectDataSource's Parameter Values : Scott Mitchell
Executing async task in asp.net : Andrea Colaci

Post your comment

Comment