h u call the function
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
How to add a standard checkpoint in your test ?
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
what is regular expression how will you implement it?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
can u put checpoints for moving images
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
What is driver script and driver script in qtp frame work????
When a requirement is given to u to automate , What is ur basic approach ?
In an interview what r the questions asked in qtp related project? pls any answer this question?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.