How do u call function in qtp

Showing Answers 1 - 14 of 14 Answers

sathish

  • Jul 26th, 2006
 

quick test procedure

  Was this answer useful?  Yes

Manish

  • Aug 8th, 2006
 

By using Call\Http:TestName

  Was this answer useful?  Yes

LaxmiNarsaiah.Timmani

  • Sep 10th, 2006
 

Hi,This is LaxmiNarsaiah.Timmani . I want some informtion about QTP.Iam currently working as software test engg.My Q is how we call the functions by using QTP tool.

  Was this answer useful?  Yes

Sreenivas M R

  • Sep 16th, 2006
 

U can call any function by using: ExecuteFile"path of function"

  Was this answer useful?  Yes

Bibhas Deb Barman

  • Sep 22nd, 2006
 

 Hi

     My Q is how can use function in QTP. Now I am learning scripting sp please tell me what is the basic way to use it.

Thanks and regards

Bibhas

  Was this answer useful?  Yes

prasad

  • Nov 7th, 2006
 

 

1.     U can call functions  using menu item in QTP like

         Test-->Settings--->Resources-->Add Librarie files and then u can

can call function using -->call funname()   

2.     U can  call function using scripting using --->Executefile  "Path Of The Librarie file"

 after that u can call function using -->call funname()   

  Was this answer useful?  Yes

raman

  • Dec 19th, 2006
 

dear prasad

what ever the steps usaid absolutely right. but u skipped another way of calling functions

apart from using   call functionname()

u can also use by writng only the functionname

  Was this answer useful?  Yes

senthilkumar

  • Mar 26th, 2007
 

Hi,

I have same problem, i am trying to call the dll function from qtp. It doesn't work. Please send me the formate. How to call the function? Dll function return the string value. Please help me to resolve the problem. The dll function done in vc++.


Regards,
Senthilkumar.

  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