Forum Discussion
TanyaYatskovska
Alumni
11 years agoHi Vinod,
Also, You can execute an external file from the TestComplete test. For example:
Set ws = Sys.OleObject("WScript.Shell")
ws.Run("c:\somefile.vbs")
Hi Vinod,
Also, You can execute an external file from the TestComplete test. For example:
Set ws = Sys.OleObject("WScript.Shell")
ws.Run("c:\somefile.vbs")