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 |
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Whats the realtime QTP testing process
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
what are the functions availabla in QTP? what are the data types in QTP?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
QTP Testing Process?
what is regular expression how will you implement it?
can any one tel ,using simple string a[0]=I a[1]=N a[2]=D like that it go's . . out put i need INDIA help me it's really need full ..
Explain synchronization types in QTP
Explain the parameter in qtp?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot