Micro Focus QTP (UFT) Forums

Full Version: programming to use different external file of environment variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
We have an established QTP framework. We use text files (initialization files ) to set our environment variables. To run my test scripts for a particular application - I attach my variable text file through File>Menu>Setting> Environments Tab > User Defined > Attach the file

My requirement is - I have to run the same set of actions (run multiple iterations of my test scripts) using different files.
My files have
I want to automate this small piece where I can direct QTP to pick the variable file automatically and run the desired set of actions --- so for e.g.
I can do with either of 2 scenarios:

1. Decide the set of actions and just change the variable file
Action --- Make online payments using Credit Card
Run the same action for the following user defined environment variable file:
File a ......... file z

my number of iterations essentially depends on the number of files I have - so if I have to attach different files during my tests how can i do it programmatically?
Hi,

Can you use:

Environment.LoadFromFile "c:\EnvironmentVars.xml"

Loop round changing the file path as required?

Cheers
s