Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP setting related question
#1
Solved: 10 Years, 7 Months, 3 Weeks ago
one interview question asked to me by my current company's people that if smobody changed the setting for qtp which you set already for a test , how do you restore your pervious setting (not qtp original setting ) ?
is there any way .
plz ans me .thanks in advance
Reply
#2
Solved: 10 Years, 7 Months, 3 Weeks ago
What settings specifically? Did you ask back the interviewer this question?
It could be test settings , run settings, record and playback settings..just another black hole.
Always remember, hunting the hunter saves being hunted.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply
#3
Solved: 10 Years, 7 Months, 3 Weeks 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
#4
Solved: 10 Years, 7 Months, 3 Weeks ago
Thanks ...thats the answer I wanted.Thanks a lot



You are right also.I should have asked also.Thanks for your help.I will remember in future.I must say its a good forum.
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)