How to call a function in QTP?
Answers were Sorted based on User's Feedback
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 |
You just have to call the name similarly as your parents
call you by name.
So while running just keep calling the name of the function
with a midtone vice and all izz well !!
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shaik
Welcome to Cinemachance. The place where you can Show ur
Talent FREE of Cost. Get an instant access to aspiring &
established Indian actors, models, singers , music -
directors , dancers , directors , story / song writers,
cameraman , film-editors , production , technicians male
models under one roof . Actress and female models, preteen
models, teen models, kid models. If you have a dream to
become the one, then this is the right place for you. Just
See the Difference.This site is constantly viewed by movie
producers, casting directors, television commercial makers
,agencies.mail us your photos&videos email
mramnadham@yahoo.com 21\11\2008
| Is This Answer Correct ? | 2 Yes | 4 No |
Where we can use the synchronization?
What are the drawbacks of QTP?
how to test one edit box using dotnet addin for Web Applications? write script?
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
how u will describe testing activities?
What is the advantage of associating a procedure with a test object?
What is the current version of QTP and now it is the product of Mercury or HP
What is the file extension of the code file and object repository file in QTP?
Explain about the quicktest professional (qtp) automation object model?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...