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:  How to recall a function in QTP



November 11, 2005 15:37:25 #4
 Wasim Testing Expert  Member Since: November 2005    Total Comments: 10 

RE: How to recall a function in QTP
 

There also u follow the same procedure. See the sample code

Function addition(x,y)
   z= x+y
   msgbox z
End Function

Call addition(1,2)
Call addition(2,2)

I think i am clear :)

     

 

Back To Question