| |
GeekInterview.com > Interview Questions > Testing Tools > QTP
| Print | |
Question: Parametrize through environment
Answer: How to parametrize through environment. Please use a suitable example. |
| August 08, 2009 03:00:57 |
#3 |
| Vishal Aggarwal |
Member Since: September 2008 Total Comments: 2 |
RE: Parametrize through environment |
Just a add on...
You can also put all common variables in an external xml file and import it into the QTP to be used across all tests.
The structure of XML file would be:
<Environment> <Var1> <name>Number</name> <value>20</value> </Var1> </Environment> |
| |
Back To Question | |