Monthly Archives: July 2011

Automating Selenium testing with TestNG, Ant and CruiseControl

If you are using Selenium for web testing, most likely you’ll want to make your tests as automated as possible so that they can be run automatically on a regular basis. You can do this by using a few additional … Continue reading

Posted in Ant, Selenium, Testing | Tagged , | 2 Comments

Using jQuery in bookmarklets

Writing a javascript bookmarklet is a great way to add functionality to a web page that you don’t control. But if you use jQuery, wouldn’t it be neat to be able to use that in your bookmarklet? You can do … Continue reading

Posted in Javascript, jQuery | Tagged , | 2 Comments