Forum Discussion

indu's avatar
indu
New Contributor
12 years ago

Qt application testing

Hi,



I have downloaded trial version  of test complete 9.0.I have got a sample Qt application to test.Tried to do Object spy.Test complete is able to identify the window as QWidget,but not able to get the child objects.I have the add-ins for Qt installed.Please let me know what else needs to be done.Attaching the sample Qt application.

3 Replies

  • aqAnt's avatar
    aqAnt
    SmartBear Alumni (Retired)

    Hi Indumathi,


    It looks like you built your application with MinGW, which is not supported by TestComplete. You can recompile your application by using a supported IDE. Alternatively, you can test your application by using Microsoft Active Accessibility.

  • indu's avatar
    indu
    New Contributor
    hi Jay,



    We compiled our application with VS 2010,we were able to recognise Qt objects but QML objects are not supported by test complete.

    Is there any alternate for that.