What is OUTPUT VALUE ? PLZ Explain With Example?
Answers were Sorted based on User's Feedback
Answer / srikanth
For Example...Take Fight Reservation application....
While recording new 'insert order', a new order number will
be created automatically. That ordernumber will be the
output value. We can capture that ordernumber and open
the 'Open order' with that captured number in the same Test.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / bhuvana
Output Values are used to capture the Object Values during
runtime and Store it in the runtime datatable.The Stored
Values can be reused for other objects as an input data.For
example if you want to capture the Insurance id generated
from One Page and suppose u want to reuse it for any other
forms or page as an input data then you can use output
values.Correct me if im wrong
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikanth
For example..Flight Reservation....
While recording new 'Insert order' a new ordernumber will
be created automatically. This ordernumber is the output
value. We can capture this ordernumber and open that order
in the Test.
Is This Answer Correct ? | 2 Yes | 0 No |
what is the output value is..it capture the runtime values
and displyed in data table for future use.
for example u parameterized ur test for login window by
giving multiple values. and u want to see what are the
values the userid field taken.
u can give the output value for userid field. it will
capture the values at runtime and displayed and stored them
in data table.
i think u got my answer..if there is any feed back..pls mail
me at nanda.dreddy@gmail.com
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / issac
output value is the value generated by the appliction when
it is run using qtp.this value will be displayed in runtime
datatable.
Is This Answer Correct ? | 0 Yes | 0 No |
What is object repository in qtp?
What is checkpoints for qtp?
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
Hybrid framework supports Descriptive programming. Is it true?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail. Could you please any assist in this?
In Remote acess server how u run a test?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
what is actually contain test report? can anybody post the test report