I have a textbox and button in an aspx page. I enter some text in the textbox and click the button which will result in the text being printed in the browser.
How can i unit test this scenario like the way i unit test class library methods by creating test methods.
Thanks in advance.