Votes
Answers
Views
Question
1
1
675
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I've written a couple of small vbscript files. The first one launches UFT and runs a script to completion then quits UFT. That code is listed here: -------------------------------------------- Dim uftApp Dim WshShell Set uftApp = CreateObject("QuickTest.Application") If NOT uftApp.Launched T...