what is input pramater out output pramater ?i want the
decrepation..?how to use in QTP?
Answer Posted / shilpa reddy
Generally we will pass data in b/w actions or to xternal
actions by using action parameters.Action parameters are of
2 types.
1)input parameters
2)output parameters
To see this we can follow below navigation:
step menu-->action properties-->click on parameter tab--
>here u will see two parameter tables resembling one to i/p
parameters and other to output parameters.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
why should we give deliver good quality software?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
assume i have few url link how will i dynamically call then using descriptive programming?
Explain in brief about the quicktest professional (qtp) automation object model?
What are the trigger events in qtp?
How to use Environment parameterization? Explain with an example.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What are the types of properties that quick test learns while recording?
Where to use function or action?
What is QTP’s model for test creation?
What are the flaws in water fall model and how to overcome it?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance