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 data driven testing in QTP?
what is spy, and how can u use?
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Explain process of smart Identification in QTP?
how to test Web application using QTP software
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Is it possible to return multiple values from a function..? Then how..?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
What is the extension of the recovery scenario file in qtp?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
What is the extension of script and object repository files in QTP?