jyothi_priya
13 years agoContributor
How to handle third party controls
Hi,
I have a grid control which is a third party control. This grid has rows and columns. In one of the column, third party check boxes are present. Test Complete recognizes only the grid not the rows or columns. So I have tried to use following property to tick the checkbox:
I have a grid control which is a third party control. This grid has rows and columns. In one of the column, third party check boxes are present. Test Complete recognizes only the grid not the rows or columns. So I have tried to use following property to tick the checkbox:
Object.Columns.Item(0).Value = 1
My Req is on checking the checkbox, I should get a warning message. As I'm changing the property value this warning msg is getting bypassed and the checkbox is ticked with abrupt halting of application. There is no other property to tick the checkbox.
Can anyone help me how to handle third party controls i.e., is there any way to make TestComplete recognize these objects?