Selenium provides a mechanism to test Ext JS applications, Selenium works by executing tests against your running application within the browser of your choice. Darrell Meyer from Ext JS has written a detailed brief description about the tool in the respective blog titled “Testing Ext JS & Ext GWT Applications With Selenium“. He explained about how we can create Selenium tests and execute them in a variety of ways. The respective article demonstrates on creating tests with Selenium IDE, a Firefox plugin, and creating tests within Java. Tests will be loaded and executed within the Selenium IDE, and Java JUnit tests will be executed using Selenium Remote Control.
If you would like to know more about Selenium, then please do visit ExtJS for brief description on how we are going to test our own Ext JS applications.

Selenium IDE
Reference:
For reference of respective test lists please do click here
Installation of Selenium IDE:
If you want to install the same then please do download ) the same and while installing follow the steps carefully.
Related Entries...
-
All Ext GWT users here is a good news, now Ext GWT 1.2 has been released (means the Ext GWT 1.1 has b ...
-
Good news for all designers and developers, awesome new Ext Designer Desktop Tool has been released n ...
-
Since last week I was working on forms using Ext JS framework, and as of now I developed many simple ...
-
As we all know that Ext JS is rocking all the way in the World of Web, today there was an article fro ...
-
Create your own Password strength meter in your applications using Ext JS. If you are creating any re ...
-
Introduction This valuable article helps you in implementing interactive Web Application / Web Porta ...
-
Below script will lets you to open Ext.Panel (that is Panel) onClick of an anchor link. Its really a ...
-
If you take any programming language it is very difficult to remember / make a note of all the functi ...
-
Hi guys! I am back with some useful stuff after my Christmas holidays, in this article you can learn ...
-
Introduction: Date Ranging is simple using ExtJS DateField. Yes! When I was working for one of my pr ...
One Response
I just wrote an article on how we’ve been testing an ExtJS GUI in Java at:
https://www.neocoders.com/portal/articles/selenium-and-extjs
Primarily, it describes how we got around having to assign hand-crafted IDs to all the Ext components and how we synchronise the tests with AJAX.
hope it helps somebody,
Lindsay