Forum Discussion

AleRao's avatar
AleRao
New Contributor
4 years ago
Solved

TestComplete cannot find visible buttons

Hello everybody, I'm testing an application using TestComplete 14.0 on a Windows 10 computer. The application is a software controller built using Qt 5.14.2 libraries and compiled using Visual Studi...
  • AleRao's avatar
    AleRao
    4 years ago

    Sorry for not answering first. Solution was to find the object in Name Mapping Editor, once found, I've edited the proprierties adding "Visibile" and "VisibleOnScreen" both equal to true.

    Depending on the button "VisibleOnScreen" may be false. In that case I've added only the "Visibile" property.