Micro Focus QTP (UFT) Forums
Pass values between the scripts - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Pass values between the scripts (/Thread-Pass-values-between-the-scripts)



Pass values between the scripts - srach84 - 01-29-2010

Hi all,

I am working with the driver scripts in QTP. I want to pass the value from Action 1 in Driverscript 1 to Action 2 in Driverscript 2.

I was able to pass values between the actions in the same driver script. But I am not able to transfer the values from one driver script to another?

Could anyone please advise me as to how is it possible to transfer the parameters between the driver scripts/scripts?

Thanks,
Shilpa


RE: Pass values between the scripts - manabh - 01-29-2010

Hi,
You can use global dictionary, if scripts are running on same machine. Search more on it in QTP Help.