GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  Parametrize through environment

Answer: How to parametrize through environment. Please use a suitable example.


November 11, 2008 15:16:03 #1
 sivagarlapati   Member Since: January 2007    Total Comments: 11 

RE: Parametrize through environment variables
 
Environment parameters are especially useful for localization testing, when you want to test an application where the user interface strings change, depending on the selected language. Environment parameters can be used for testing the same application on different browsers. You can also vary the input values for each language by selecting a different Data Table file each time you run the test.
     

 

Back To Question