Forum Discussion
Mike,
TestComplete uses window class names to determine the control type. Your controls' class names differ from the original DX class names, so TestComplete is unable to recognize your controls as descendants of Developer Express controls. To work around the issue, change the Object Mapping properties of your test project:
* Right-click the project node in the Project Explorer panel and select Edit | Properties from the context menu. This will invoke the project editor and activate its Properties page.
* On the page, select Object Mapping from the tree on the left. You will see the object mapping settings on the right.
* Expand the Developer Express Controls category. Find the needed object group in this category and then either click the Derived classes check box for the appropriate class names or add the class names of your descendant controls to the appropriate object group.
See also Object Mapping.
Please note that if the descendant classes change the functionality of original controls significantly, TestComplete may fail to simulate actions over your controls.
Related Content
- 9 years ago
- 13 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago