Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP setting related question
#3
Solved: 10 Years, 9 Months, 1 Week ago
In QTP, go into Tools->Options and click "Generate Script" and save it somewhere. This script has all the settings for your current QTP environment. Here a few example lines from my script:
Code:
App.Options.DisableVORecognition = False
App.Options.AutoGenerateWith = False
App.Options.WithGenerationLevel = 2
App.Options.TimeToActivateWinAfterPoint = 500
App.Options.SaveLoadAndMonitorData = False
App.Options.Run.RunMode = "Normal"

If they're all part of the same test, you can save these values in variables and then at the end of the test set these values to the variable values you stored originally.
Reply


Messages In This Thread
QTP setting related question - by prodipto - 03-03-2011, 03:18 PM
RE: QTP setting related question - by basanth27 - 03-03-2011, 07:03 PM
RE: QTP setting related question - by tdevick - 03-03-2011, 11:53 PM
RE: QTP setting related question - by prodipto - 03-04-2011, 02:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  qtp interview question-1 rvrbabu434 0 3,531 12-26-2011, 12:36 PM
Last Post: rvrbabu434
  qtp interview question rvrbabu434 3 3,943 12-25-2011, 11:13 PM
Last Post: chandan
  Question on QTP Support karanth 5 7,368 04-08-2008, 01:45 AM
Last Post: FredMan
  Question Asked in CTS on QTP asif.testing 2 9,887 04-01-2008, 01:55 AM
Last Post: ShravanGaddam

Forum Jump:


Users browsing this thread: 1 Guest(s)