When does this error occur?
TestComplete shows this message when you are trying to update an image of a mapped object in the Name Mapping repository and TestComplete cannot update the image of the selected object.
What does it mean?
To update the image of a window or control, TestComplete tries to make this window or control visible on the screen and then captures its image. This error message means that the window or control exists in the system, but is not visible on the screen, and that TestComplete is unable to make this window or control visible. For example:
-
The mapped control belongs to a hidden form of the tested application.
-
You mapped a control on a tab page of some tab control, and you are calling the command when another tab page of that control is active.
-
The mapped window or control is overlapped by a modal dialog box.
-
The mapped window or control is outside of the screen bounds.