Any suggestions for testing extjs code in a browser, preferably with selenium?

Posted by mm2001 on Stack Overflow See other posts from Stack Overflow or by mm2001
Published on 2008-09-20T05:53:50Z Indexed on 2010/03/30 5:23 UTC
Read the original article Hit count: 427

We've been using selenium with great success to handle high-level website testing (in addition to extensive python doctests at a module level). However now we're using extjs for a lot of pages and its proving difficult to incorporate Selenium tests for the complex components like grids.

Has anyone had success writing automated tests for extjs-based web pages? Lots of googling finds people with similar problems, but few answers. Thanks!

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about selenium