ChrisScharer14112 years agoAdding Linked Libraries At Run TimeI know that you can link a library to a project in Test Complete (TC), but I'm wondering if you can load a library and unload a library at run time within a script similar to the ExecuteFile command i...Show More
TanyaYatskovskaAlumni12 years ago Hi Christopher, To run external script files (*.js, *.vbs), you can use the following function: //JScript function ExecuteFile(path) { var ws = Sys.OleObject("WScript.Shell"); ws.Run(path); }
Recent DiscussionsI'm not able to handle cookie pop up with test complete using java script,I'm using windows machine.Unable to install upgrade of TestComplete as previous installation not finished.If statement
Related ContentAdding Links to CheckpointsScript LibraryScript file not linked in Script.tcScript after adding new script – requires manual save