Re: [qooxdoo-devel] Testing qooxdoo by Selenium RC in IE6

2008-05-06 Thread thron7
Hi Vojtech, Hm, a couple of things: 1) I'm not surprised IE6 chokes on the Xpath locators you used in your first class, since Xpath is delicate in IE anyway. But since you have id's, why are using Xpath at all?! 2) The IE6 test obviously fails due to the arguments passed to the type() command

[qooxdoo-devel] Testing qooxdoo by Selenium RC in IE6

2008-05-04 Thread Bartavoj
Hi everybody. We use framework qooxdoo for our project and we decided use the selenium for testing. PROBLEM DESCRIPTION: TEST: easy test of login. There are two text fields (login name and password) and login button. Each item has id (set by qooxdoo function setHtmlProberty("id", "idValue")).