Hi Caleytown,
After executed first part call this function in VBS file,Can change the Runmode like you want execute the Normal or fast mode.
Thanks
----------------------------------------------
After executed first part call this function in VBS file,Can change the Runmode like you want execute the Normal or fast mode.
Code:
Set App = CreateObject("QuickTest.Application")
App.Launch
App.Visible = True
Set RunMod = App.Options.Run.RunMode=Normal
Set RunMod = Nothing
Set App=NOTHINGThanks
----------------------------------------------

