Forum Discussion

kroe761's avatar
kroe761
Contributor
9 years ago

How to add external libraries to TestComplete

I want to add the Underscore.js library to my tests to provide extra functionality, but do I accomplish this?  Thanks.  

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    I believe that you should create a copy of the file, change its extension to .sj and add renamed file as existing one to the test project. The file and its functions should be accessible after that, but you must check if its code works as expected or not.