Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Automated UI Testing
posted

 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.