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  >  Tech FAQs  >  QTP

 Print  |  
Question:  Environment Variables

Answer: How to load environment variables during runtime?


July 07, 2009 05:28:11 #3
 raghuramgupta   Member Since: January 2007    Total Comments: 24 

RE: Environment Variables
 
In the runtime to load the environment variables we can use the statement
Environment.LoadFromFile("C:Atlas.Net.QA2.0ATPFrameWorkCommonEnvironmentVariables.xml")
     

 

Back To Question