Webtest Tool Round-up (Round 1:WatiN)
This is the first article in a series of reviews. I plan to test a few Open Source automated Web-Testing tools. As I complete my tests I will publish the results to my blog. The Test Procedure The world has gone Ajax and Web 2.0 crazy. Any tool that doesn't handle dynamically changing DOMs is an instant failure. So, I decided to use one of the most Ajax intense applications I know of, Gmail . Gmail uses Ajax and Iframes indiscriminately. The developers at google seem to obfuscate ALL the HTML element IDs which means that my web-tests have to do some real back-flips to find the buttons, hyperlinks and textfields required to send messages. I have no doubt that Gmail will adequately stress the tools in this line-up. Test Steps Log in to Gmail Send an Email Check the same email Apply a Label Archive it Check to see if it is in the label category. Log Out Round 1: WatiN (v1.2.1) homepage | download Test Date 17FEB08 Environment Windows XP Home Visual Studio 2005 .Net 2.0 IE 7 PROS Ea...