Forum Discussion

Emanuela's avatar
Emanuela
New Contributor
4 years ago
Solved

ClickCell() action returns "an error occured" while clicking on QTableWidget.

Hello everyone,   we are testing a desktop application, built with Qt libraries and we stumbled in an issue when testing it with TestComplete (v14.60)   Attached are few screens of what is the si...
  • Emanuela's avatar
    Emanuela
    4 years ago

    We have found a solution.

    For a correct execution of the test it is necessary to do:

    First the Click() method on the qt_scrollarea_viewport to focus the table and  after the ClickCell() method to target row.

     

    Thank you so much to everyone.