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:  How to use automation object to load the library files in QTP. I tried to use this stmt" set App = createobject("Quicktest.Application")
App.Test.Settings.Resources.Libraries.Add ("F:QTPrepository.vbs"),1 ".could u pls help how to add it by script itself? what is executefile concept? is it workaround to my question?




February 02, 2007 23:14:23 #7
 Sirisha   Member Since: Visitor    Total Comments: N/A 

RE: How to use automation object to load the library f...
 
Easy Way to Load the Library Files is in  Resource Settings Tab of Test Setting File box .When you load these , it will take all the necessary functions from the library file while running the Script

 Go to File ->Test Settings which Opens Test Settings Dialog box, Click on Resource Tab then add the library files in the associated Librares by using the Browse Button.
     

 

Back To Question