Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you Change Run mode mid script?
#2
Solved: 12 Years, 10 Months, 3 Weeks ago
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.

Code:
Set App = CreateObject("QuickTest.Application")
App.Launch
App.Visible = True
Set RunMod = App.Options.Run.RunMode=Normal
Set RunMod = Nothing
Set App=NOTHING

Thanks
----------------------------------------------
Reply


Messages In This Thread
RE: How do you Change Run mode mid script? - by MVChowdary - 03-10-2009, 01:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to send/pass UFT Run Error Dialog as output value to main driver script lravi4u 0 1,107 11-05-2023, 03:55 PM
Last Post: lravi4u
  [UFT] Change property of object (WpfButton) robertosalemi 2 3,020 11-22-2016, 12:43 PM
Last Post: Ankur
  Dynamic change of name for Webtables prakashreddy 1 2,792 10-25-2014, 09:53 PM
Last Post: supputuri
  How can I change my test folders, globally? atester 0 2,328 10-03-2014, 04:37 PM
Last Post: atester
  How to run driver script to kick off scripts stored in QC? shipu 0 3,925 04-30-2014, 02:39 AM
Last Post: shipu

Forum Jump:


Users browsing this thread: 1 Guest(s)