I am using .net unit testing in my project. I would like to know if unit testing is required for UI part of the project or is it required for testing only class libraries.
If UI unit testing is needed how can i test a functionality like enter some text in a textbox and write those content to the webpage on the click of a button.
Thanks in advance.