> 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.
We've got a workaround from AutomatedQA (we sent them a test script working against the public qooxdoo demo, very useful!). A function looks for nodes based on their text content. As long as we use unique text throughout our test data we should be able to run automated testing against qooxdoo. 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
