Unit Testing your ASP.NET Validators - Validation Everywhere

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2006/12/9/unit-testing-your-aspnet-validators-validation-everywhere.html
Published Sunday, December 10, 2006 1:57 AM by RoyOsherove

Comments

Sunday, December 10, 2006 10:20 AM by Bernardo Heynemann

# re: Unit Testing your ASP.NET Validators - Validation Everywhere

Thanks for the kind words Roy.

Today ValEver will help you a LOT if you must unit test your validation logic, but it will do a lot more for you once I implement the XML Configuration and ASP.Net Validator part.

When this second release is done, you will use the EXACT same logic whether you are in ASP.Net, Unit Testing or Windows Forms.

One thing I'd really like, though, is that people would follow your guidance, and just take a look at the project, test it, and give some feedback. It could be about whether it's useful, what they miss or joining the project team to help out.

Anyway, thanks again for the mention. It's always nice when your hard work is recognized.

Bernardo Heynemann

Monday, February 26, 2007 9:18 AM by Patrick Vanbrabant

# re: Unit Testing your ASP.NET Validators - Validation Everywhere

Why didn't you use the Spring.Net validation framework.