This Short Cut is an introduction tobuilding automated web tests using twotools, twill and Selenium. twill is a simpleweb scripting language that can be usedto automate web tests, while Selenium isa web testing framework that runs in anybrowser and can be used to test complexweb sites that make extensive use ofJavaScript.
The best way to use this Short Cut is torun through the examples. We expectthat within an hour you can start writingyour own functional tests in either twillor Selenium, and within a day you willunderstand most, if not all, of the possibilitiesand the limitations of these tools.
Title:
An Introduction to Testing Web Applications with twill and Selenium
Jason Huggins is a test engineer at Google, Inc. and currentlylives in Mountain View, California. He is the creator of Selenium, across-platform, cross-browser web automation framework. He enjoysprogramming with dynamic languages, namely Python, JavaScript, Ruby,HyperTalk, and Io. Jason once dreamed about starting a roboticscompany, but realized he's better suited to programming thanmechanical engineering. He occasionally blogs atjrandolph.com/blog/
Comments about oreilly An Introduction to Testing Web Applications with twill and Selenium:
This a great, and quick read for web developers interested in functional testing. My only complaint is that it hasn't been made into a print book! The tools they cover, twill and selenium, are quite useful if you haven't had the chance to use them yet.