I am working on developing a website, which uses quite a few Infragistics controls like UltrawebGrid, WebMenu, and some of the data input controls. As the size of our web site is increasing, we need to have some automated UI testing suite in place to reduce the manual dependency. I wrote some simple test cases in Selenium for our application, but they don't play very nicely with Infragistics controls. The common problems are:
1. The clicks on Infragistics controls are simply not recognized by Selenium.
2. The behaviour is different when click is simulated by Selenium vs human clicking ( The cells dont have id field set, in case of selenium clicking, it seems id of cells in grid are set at some later time).
It will be great if someone in community has experience of having used some testing framework with Infragistics controls, and can share something about it. It will be great to know how much success you had , with what framework, etc. It will be great if someone from Infragistics developer/QA team can pitch in, and give some details about how they perform in-house testing on their controls. Surely you guys are not manually testing all of this :-)
Thanks in advance.
We also have been writing test scripts using the Selenium IDE test application associated with Mozilla Firefox. The Infragistics Date Controls are providing a problem we can not get around. Has there been any update to this issue? Anything on the horizon to support Selenium? Thanks.
I am trying to select a row from a UltraWebGrid too, using selenium RC.. have pretty much tried everything that i know.. any input will be greatly appreciated.
Did you have any luck firing a click event on the infragistics UltraWebGrid with Selenium ?