How apply Unit tests in ASP.NET webforms

Posted by gre3ns0ul on Stack Overflow See other posts from Stack Overflow or by gre3ns0ul
Published on 2010-03-31T16:41:29Z Indexed on 2010/03/31 16:43 UTC
Read the original article Hit count: 298

Filed under:
|
|
|

Hi guys.

I'm developing a website in asp.net webforms with 3 layers; UI, BLL and DAL The website is already developed, but i like have more control about the unit tests of each form

Pass specific values at specific inputs for i see, if application survives or not.

I already study about NUnit but in webforms in UI layer how can apply these tests?

What i wnat is get some way to test UI (validations) without have to access to the BLL as i was an user.

I'm trying to add the Unit tests to my app but i not sure how to do it!

somebody can help my small-bigger problem?

apreciated

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about webforms