h u call the function

Answers were Sorted based on User's Feedback



h u call the function..

Answer / swarup

We can call a function using below method.

Call Function Name("Hello World")
[public/private]Function Function(text [Arg List])
MsgBox text [Description]
End Function

Is This Answer Correct ?    2 Yes 0 No

h u call the function..

Answer / venu

Even if U don’t specify CALL keyword & just write this way:

FunctionName (Parameter1, Parameter2,….)

This will call the required function

Is This Answer Correct ?    1 Yes 0 No

h u call the function..

Answer / praveena

we can call the function by using tools>general
options>folders...........
(or)
call test_name ( [ parameter1, parameter2, ...
parametern ] );

if it is wrong plz tell the correct...........

thank you

Is This Answer Correct ?    0 Yes 0 No

h u call the function..

Answer / sugumar

First u Write the test. And then rename the action (shift +
F2) then which test u want to call that renamed function
open the test Choose call to Existing Action. choose which
function u wand to call the action name automatically
appear in the action's box. And then click ok function
called.
Rename Steps:
Edit-->Action-->Rename (or) Action Property.
Steps for Call Function:
Insert-->Call to Existing Action-->select the test from
list--> Choose where u want call the function then press
ok. Finally u see that test RunAction.... step appear

Is This Answer Correct ?    0 Yes 0 No

h u call the function..

Answer / narendra

First of all we need to add that function into resources
tab and script as call <function name>(arguments if any)

comment on the same

Is This Answer Correct ?    0 Yes 0 No

h u call the function..

Answer / siva

I can tell the ways of how to call the function
First prepare test for any application then
go to==>note pad==>save with extension of .VBS then
EX:=function function name()
""ur test""
End function

then Associate this function to QTP
How to associate==>file==>settings==>Resources==>add ur file

then call to ur function

function name()

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

0 Answers  


3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.

5 Answers  


How many types of parameters are available in quicktest professional?

0 Answers  


Which Databases supports for QTP?

2 Answers  


I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?

5 Answers   AZTEC,






Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?

1 Answers  


Suggest and Define a solution for an application whose objects are not recognized by UFT?

0 Answers  


how to identify an object which is not in the object repository identification can be done using descriptive programming.

2 Answers  


Can we run test with out adding object in object repository? How it is possible?

0 Answers  


What is throw object?

1 Answers   AZTEC,


What are the main features we have to compulsory test by using qtp in an web based application

1 Answers  


what are the environment variables,how do you use them. give an example.

3 Answers   Polaris,


Categories