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:  QTP Private Functions

Answer: What are Private Functions in QTP? How they can be called from the function library?


July 07, 2009 05:15:16 #1
 raghuramgupta   Member Since: January 2007    Total Comments: 24 

RE: QTP Private Functions
 

Private functions means which are specific to your application, ex: Login to your app,
you can call them in 2 ways
1. By using the statement Executefile "c:fucntions.vbs"
2. By adding ur function library at the "Test Settings->Resources->Libraries"

     

 

Back To Question