Hi,
I have a web applicaiton, I need to implement test automation for the same. I have tried Nunit for testing my dll's. I was trying to test my .aspx,.aspx.cs pages especially events and methods inside that page. Can anyone suggest some tool for testing web pages?
Note : I have tried NunitASP but not achieved the expected result.