Saturday, January 10, 2009

Testing Ext JS Applications With Selenium



Selenium provides a powerful mechanism to test your Ext applications. Selenium works by executing tests against your running application within the browser of your choice. Selenium tests emulate the way a user would interact with your application by executing JavaScript to simulate user actions. Selenium tests run as a form of "integration" tests as they execute against your running application.

get more info at http://seleniumhq.org/

0 comments: