Forum Discussion
In our organization we are using multiple tool like - TestComplete, UFT and QTP. We have create some common functions like (Open Notepad file, open Excel file, click on object etc....) in VBScript. Instead of Copy and paste those common function in TestComplete. I wanted to load the .vbs file and use all functions which are available in it.
Like in UFT/QTP - at run time we can load and access the all function from VBScript (LoadFunctionLibrary(Path of VBS)
That's what "Add -> Existing Item" is for. There's no need to load it at runtime. If you want to add a VBS file to a project, you can "Add -> Existing Item" to add the vbs file. You may need to change the select box to look for files of the proper extension but this should allow you to include any VBS file in TestComplete.