Forum Discussion
vijay6105
14 years agoContributor
Hi,
I found one problem, in the object browser there are three child objects with name WinFormsObject("TpsControl") whose indexes are 1, 2 and 3 respectively. TestComplete reads objects from object browser in bottom up fashion so it is taking object with index 1 but i need objct with index 3. Top most window in the application has index 3 so I need to work on index 3 object.
Problem is index keeps changing during run so I don't know the exact index to use it in the object as parameter.
How to make testcomplete read object from the object browser with index 3 or top most index ????.
I found one problem, in the object browser there are three child objects with name WinFormsObject("TpsControl") whose indexes are 1, 2 and 3 respectively. TestComplete reads objects from object browser in bottom up fashion so it is taking object with index 1 but i need objct with index 3. Top most window in the application has index 3 so I need to work on index 3 object.
Problem is index keeps changing during run so I don't know the exact index to use it in the object as parameter.
How to make testcomplete read object from the object browser with index 3 or top most index ????.