Forum Discussion

wen_nothom's avatar
wen_nothom
New Contributor
14 years ago

aqEnvironment["IsPluginInstalled"]("tcVBOpenApp.pls")

This returns FALSE in my script, however when I close up Test Complete, and verified that Visual Basic Open Application is included in TestComplete installation process.



I belive this could be the reason that I can not see the grid lists in the VB application.



Any thought?



Thanks,

~wen

2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    Hi,



    You should pass plugin name, not file name as a parameter to the IsPluginInstalled method.



    aqEnvironment.IsPluginInstalled("Visual Basic Open Applications")



    What does it return now?
  • wen_nothom's avatar
    wen_nothom
    New Contributor

    Gennadiy,


    aqEnvironment.IsPluginInstalled("Visual Basic Open Applications") returned true indeed, thanks a lot!


    ~wen