ASP.NET interface testing

  • Thread starter Thread starter Luciano Caixeta Moreira
  • Start date Start date
L

Luciano Caixeta Moreira

Hi everyone, i´m using NUnit framework to do unit test in all dlls that
my application uses. Is there any framework to do Visual Testing in ASP.NET
applications? What i really want is a way to verify if all validators are
operating correctly.

Thanks in advance

Luciano Caixeta Moreira
 
On www.sourceforge.com, there is a beta project for NUnit testing with
ASP.NET, as well as a beta project for doing NUnit testing from Visual
Studio .NET. This might be what you are looking for.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
 
What Visual Studio .Net offer to automate interface tests so i can call
my test suite over and over?

Luciano Caixeta
 
Back
Top