Forum Discussion

muralihegde88's avatar
11 years ago

testing Grid controls

I am testing a wxwidget GUI application using testcomplete. testcomplete is not able to identify any properties of grid (ex; no of rows, colums). Is there any way to identify such properties?

3 Replies



  • Hi Murali,


     


    In most cases, child objects of grid controls are internal, so TestComplete does not recognize them as individual objects and does not show them in the Object Browser. Refer to the "Working With Grids" article to learn how to test grids in TestComplete.


     




  • hi, I want to test grid control developed in wxwidgets(c++ gui framework). But Testcomplete has not support of grid control for win32 applications. any workarournd possible for this?