PDA

View Full Version : QA Automation and EXTJS



wsmith
24 Jun 2009, 4:22 AM
To All:

Is there anyone running QA automation with an EXTJS built web application? I am looking for a tool that will successfully handle the dynamic panel naming in the DOM. If there is anyone successfully automating test scripts with EXTJS please reply to this post. I would be interested to know how and which tool you are using at this time.

Thanks,

wsmith

ashokc
25 Jun 2009, 8:52 AM
We are using selenium to automate our application's UI which is developed completely with ext JS.

wsmith
26 Jun 2009, 3:32 AM
Thanks for your reply. I am aware of Selinium but our app doens't fully support Firefox broswer. It is in the future development plans but because Selenium is a Firefox add-on it wouldn't be a good fit for our application which is very complex. I appreciate the information though.

Thanks,

wsmith

Condor
30 Jun 2009, 1:26 AM
Selenium (Core) is supported on several browsers (http://seleniumhq.org/docs/01_introducing_selenium.html#supported-browsers).

Selenium IDE is indeed only for Firefox.

I'm using Selenium RC with a Java client running JUnit tests (but PHP, .NET, Ruby, Python or Perl are also supported).