I would like to do some GUI testing of a page on an ASP.Net web app running in IIS. Nothing fancy, just load a page, click a button, and make sure there is a particular string in the HTTP response. I ...
In the first installment of this series, we outlined what it means to test graphical user interface (GUI) applications, and to what ends that testing is done. (See part 1.) Now we’ll apply those ...