How to recall a function in QTP

Showing Answers 1 - 10 of 10 Answers

Hareesh

  • Nov 18th, 2005
 

We will use CALL function

  Was this answer useful?  Yes

krishna

  • Oct 23rd, 2007
 

there is no call function in qtp..

just give the name of the function
_______________
for example

public function  login()

msgbox("ilogged in")


end function
_________________

if u want to call the above function u can simply give like bellow

login()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions