I am developing a website in asp.net web forms with 3 layers; UI, BLL and DAL A website has already been developed, but I like to control the unit tests of each form more.
Pass specific values ββon specific inputs to see if the application survives or not.
I am already learning NUnit, but in web forms at the user interface level, how can I apply these tests?
That I wnat gets some way to check the UI (checks) without having access to the BLL, since I was a user.
I am trying to add unit tests to my application, but I'm not sure how to do it!
can anyone help my problem with small size?
source share