Forum Discussion

shubham1's avatar
shubham1
Occasional Contributor
5 years ago

Import OpenCV libraries in TestComplete

I want t import Open CV libraries in test Compete to work on Animation and graphic Automation.

 

Is it possible to import the libraries?

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Community Hero

    Hi,

     

    It depends on the language libraries are implemented with and the language used for your test project in TestComplete.

    For example, if OpenCV libraries are .Net assemblies or native DLLs (preferably - with debug info) then they can be used from any project in TestComplete.

    If OpenCV libraries are Python, JScript or JavaScript-based, then they can be used only if their language matches the language of TestComplete's project.