By tag: nUnitAsp
0
kicks
Testing your asp.net pages with NunitAsp and not web controls
Examples to test asp.net pages alwasy use web controls, what if you don't, just follow this tips and you will be running in no time.
0
kicks
Using NUnitAsp to test pages w/Forms Authentication
The following derived class from NUnitAsp's WebFormTestCase class creates a Forms Authentication session by invoking the login page of the application, populating the username and password fields with real data, and submitting the form to allow the web application to set up the authentication sessio...