Should I expect the Selenium 2.0.0 IDE to work with smart GWT?
I have attached a snapshot of a short Selenium test case that was created by recording the following steps on the smart GWT showcase webpage:
1) Open http://www.smartclient.com/smartgwt/showcase
2) Click on “Grid Cell Widgets” item of the “Featured Samples” tree
3) Select “Sort Ascending” from the Country column header menu
Questions from that:
1) All of the targets are exactly the same – even though all three clicks were on different targets. Why aren't the targets different? Does this affect the script?
2) All clicks (except the first) are recorded as a “secondClick” even though I was careful not to double-click. I was under the impression from looking at the user extension that secondClick was for doubleclicks. Is secondClick the correct action in the script?
3) The ide isn't showing autoId sclocators, though according to the forum(and with our updated jar from June 4) there should be autoIds. Has something changed?
I am using Firefox 21, Selenium 2.0.0 IDE, and the Selenium user extension Javascript files(ide and non ide from the June 4 smartgwt jar).
I have attached a snapshot of a short Selenium test case that was created by recording the following steps on the smart GWT showcase webpage:
1) Open http://www.smartclient.com/smartgwt/showcase
2) Click on “Grid Cell Widgets” item of the “Featured Samples” tree
3) Select “Sort Ascending” from the Country column header menu
Questions from that:
1) All of the targets are exactly the same – even though all three clicks were on different targets. Why aren't the targets different? Does this affect the script?
2) All clicks (except the first) are recorded as a “secondClick” even though I was careful not to double-click. I was under the impression from looking at the user extension that secondClick was for doubleclicks. Is secondClick the correct action in the script?
3) The ide isn't showing autoId sclocators, though according to the forum(and with our updated jar from June 4) there should be autoIds. Has something changed?
I am using Firefox 21, Selenium 2.0.0 IDE, and the Selenium user extension Javascript files(ide and non ide from the June 4 smartgwt jar).
Comment