Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
You can't actually associate a vbs file with TestComplete. However, you can instantiate the WScript.Shell object in TestComplete using Sys.OleObject and call the "run" method from that to run your VBS file.