Answer Posted / amarendra kothuru
Syntax to declare a function
Function functionname(parameter1, parameter2, etc...)
'statements....
End Function
E.g: Function Myfunc(a,b,c)
Calling the function in test script:
E.g:
1)Call Myfunc(a,b,c)
2)Myfunc a,b,c
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is business process testing(bpt) in qtp?
When ‘option explicit’ keyword is used in qtp?
What is QTP testing process?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What will be happen if i load object repository at run time, but it has already associated.
can i compare two databases using QTP ?
what is Property......End Property loop? how to write sript for it in QTP
What is the default object synchronization timeout in qtp?
desribe a situation where u faced a stressful situation and how did u cope with it
Explain qtp(quick test professional)?
How many add-ins comes by default with quicktest professional (qtp)?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain how qtp identifies objects?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?