Forum Discussion

xiemojia's avatar
xiemojia
Contributor
11 years ago

TestComplete should provide API to check and load addins when open project by "Connected Application"

TestComplete should provide API to check and load Addins When open project by "Connected Application"

1 Reply

  • Such as:



        If Not myTestComplete.checkAddins(myTestCompleteProjectSuitePath) Then

             myTestComplete.runJob()

        Else

            Msgbox("You have not appropriate Addins")

            Exit

        End If