Micro Focus QTP (UFT) Forums
Attaching config file in driver script?? - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Attaching config file in driver script?? (/Thread-Attaching-config-file-in-driver-script)



Attaching config file in driver script?? - ruchi - 01-23-2014

Hi ,

I am trying to create a keyword driven framework in QTP on java based application.

Please suggest me how to load config file , can i use Loadfrom file methode here?


RE: Attaching config file in driver script?? - supputuri - 01-24-2014

What is that you are planning to do with the config file?


RE: Attaching config file in driver script?? - ruchi - 01-24-2014

I am planning to save all the variable path in config file and call it in the driver script.
Ex. datafile path
result folder path etc.


RE: Attaching config file in driver script?? - basanth27 - 01-24-2014

How difficult it would be if you were to store that info in excel or a flatfile and then read from it through your driver script?