Forum Discussion

nastester's avatar
nastester
Regular Contributor
11 days ago

TestComplete Not Recognizing Title element

The web application I am testing has an icon with hover over text. I am trying to assert the text but TestComplete is not showing any value for the Title.  Does anyone know why this is?

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    The tooltip might not necessarily populate the title property field.

    From my understanding, it's the browser that interpret the code to show the tooltip, and sometimes TC can not recognise this.

    With Bootstrap Tooltips, TC is able to recognise the tooltip, providing you change the property value to make it visible - which is a bit fiddly