what is functions in qtp?i know the userdefind &bulit
funation or i know that Private public function ?plz tell
me what is funations in qtp?how to create a funation in qtp
Answer Posted / bfakruddin
Function: Function is a block of statements which is used to
perform a particular task and we can call from any test and
pass parameters from calling function and get the result
from called function.
Function returns Single value, we can pass no.of input
parameters and get no.of output parameters and use that
output parameters in tests, But returned value would be on
function name, i.e. the return value at calling function
We can declare function in function
No need to explain about public and private functions in
interviews until unless they ask about the differences.
many interviews they ask differences between sub procedures
and function procedures.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you write the scripts that operate on different objects depending on run-time information?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Which recording modes need more memory?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
In Remote acess server how u run a test?
Did the scripts need lot of maintenance? If yes, why?
What is qtpro? What is quick test pro? What is a quick test professional?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
Explain the benefits of quick test pro(qtp)?
What is the syntax for how to call one script from another?
How can you exit from an action?
How to do call a output parameter from one action to another action??/