Where can I get statements for changing qtp settings. - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Where can I get statements for changing qtp settings. (/Thread-Where-can-I-get-statements-for-changing-qtp-settings) |
Where can I get statements for changing qtp settings. - anil2u - 01-05-2012 Hi I read thru lot of blogs about changing qtp settings within the script (say like Setting("DisableReplayUsingAlgorithm") = 0 ). Please forgive my ignorace but where exactly I can find all the info. about this stuff. i.e. controlling qtp settings within the script using statements as above. Appreciating ur help Thanks Anil RE: Where can I get statements for changing qtp settings. - sshukla12 - 01-05-2012 Hi, u can refer this code it might help u. Code: Sub loadTestSettings(byRef App, byVal strENV) Regards, Sankalp RE: Where can I get statements for changing qtp settings. - ravi.gajul - 01-05-2012 For more information as to how to generate the above steps you may look at the object model diagram. For this, Go to QTP help file--->QuicktestAdvanced References---->Quick test automation---->Object model diagram. RE: Where can I get statements for changing qtp settings. - anil2u - 05-18-2012 Hi Ravi & Sankalp, Thank you both guys, very late though I did find the Object model diagram really useful in coding all that I required. Cheers Anil RE: Where can I get statements for changing qtp settings. - ravi.gajul - 05-21-2012 Glad it helped you. |