Forum Discussion
xiemojia
13 years agoContributor
Such as:
If Not myTestComplete.checkAddins(myTestCompleteProjectSuitePath) Then
myTestComplete.runJob()
Else
Msgbox("You have not appropriate Addins")
Exit
End If
If Not myTestComplete.checkAddins(myTestCompleteProjectSuitePath) Then
myTestComplete.runJob()
Else
Msgbox("You have not appropriate Addins")
Exit
End If