01-18-2012, 01:11 AM
(This post was last modified: 01-18-2012, 01:14 AM by bundfromnj.)
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?
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?