Fork me on GitHub

Articles

Writings on
software development

Functional Testing of an ExtJS User Interface using Selenium RC and Java

At SMX I recently wrote a Java framework on top of Selenium that allows us to reliably perform functional testing of a large Web application that has an ExtJS user interface. Despite the many complications in testing such applications, such as AJAX asynchronism, complex DOMs and Ext's randomly-generated IDs, our test suite has been easy to develop and maintain, and in this article I'll describe how I did it.

Febuary, 2009

Read more >>