We do automated testing of our applications. We've had problems with qooxdoo, as the test environment we use (TestComplete - www.automatedqa.com) can only reliably identify elements in the page using ID or name. If neither of those are found then it resorts to a numeric element count which changes as qooxdoo creates and deletes nodes.
So to have the test application click on a particular display element (e.g. a node in a tree) we have to somehow get the node to have an ID/name. Is there a way of doing this in qooxdoo? Has anyone successfully got automated testing running with a qooxdoo app - or any AJAX app for that matter. What solution did you use? Hugh ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
