The SquizLogKeith Pitty takes a squiz at the world.Testing with Selenium- December 15, 2006 Selenium is a tool I've been meaning to explore for quite a while now. Automated unit testing tools like JUnit are great but only go so far. For web apps, a more complete test coverage has to include tests via a browser. I've used HttpUnit in the past - it comes close in that it simulates web conversations. But there's quite an overhead in using HttpUnit and it can't compete with a tool like Selenium that allows scripts to be run in a browser. Last week at OSDC Richard Jones gave a lightning.http://squizlog.keithpitty.org/archives/2006/12/15/testing_with_se.html OSDC Over- December 11, 2006 Yes, I survived and enjoyed OSDC in Melbourne last week! My presentation seemed to be well received, much to my relief. Talks on the last two days that I enjoyed included Richard Jones on 3D graphics using Python, Mark Rees on Agile Scripting Languages based on Mono, Tennessee Leeuwenburg on Automatic Text Generation and Weather Forecasting, Andy Todd on databases with Python, Myles Byrne on Ruby DSLs, Steve Goschnick's Multi-Agent System and Andrew Bennetts' Coding in a Distributed Team, not..http://squizlog.keithpitty.org/archives/2006/12/11/test.html |