Forum Discussion

sergeys's avatar
sergeys
Contributor
8 years ago

Seems like Click() method doesn't work because TestComplete run progress bar overlaps the button

I'm facing the following issue : my tests occasionally failing because sometimes TestComplete run progress bar overlaps the button I'm trying to click using Click() method.

 

The issue is simply resolved by using ClickButton() method instead of Click(), but if this is really TC issue - I would have a look at it.

It's strange I didn't get any fails previously for the same tests - probably, it is because we updated TC from 10 to 12 version (or from 12 to 12.2 - don't know exactly).

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      We have, in our AUT, a logout button that typically presents behind the indicator... and we're not experiencing this issue.  This is not to say it isn't a legitimate issue, but it is probably not purely a TestComplete problem.  

       

      Is it possible to share your automation code with us and, potentially, the component properties of what you're experiencing?

      Also, if it's failing, that means there's an error message.  Can you post the error message text and the additional info text from the message?  Possibly even a screenshot of the log so we can see where it's failing in the larger scheme of things.

      Based upon your screenshot, the indicator message says it's waiting for an object... this means that TestComplete is looking for something that you have mapped and it cannot find it for some reason.  This is not an overlapping problem but a mapping issue.  So, information about how you have the component mapped may be useful as well.

    • sergeys's avatar
      sergeys
      Contributor

      This resolved the issue - I had the same issue even with ClickButton() method for some reason, still don't have a clue why