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 |
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
How to capture a window in QTP?
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
Where can I find and view run-time data table?
Can we use same virtual objects in many number of tests?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Which object repository we use in real time and can we merge 2 object repostiory and how?
How to handle dynamic objects in quicktest professional (qtp)?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
I had created the new virtual objects for web application buttons. how to add those virtual objects into object repository. Previously i had used Gui map in winrunner for capturing virtual objects for web application. Please help me regarding this. need your answer quickly
What are the properties you would use for identifying a browser & page when using descriptive programming ?