AJAX Test Driven Development with Selenium
Selenium, it’s all the rage right now because it makes cross browser web application testing simple and easy. What you probably didn’t think it did was make AJAX Test Driven Development Possible, but it does:
Based on selenium, jsunit, we actually can develop javascript application in a TDD way. The recently added css selector locator can be used to test the order of HTML elements by using the pseudo class selectors as you saw in the demo. The drag and drop command works well in the Firefox, IE and Opera.