in qtp how we work with out put values and what is the process?
Answer Posted / naren
The main purpose of the output value is to use the output
value of one operation can be stored and use the same value
as an input into some other action/operation
steps to be followed
1. Right click on the object in active screen and select
insert out put value.
2. select value to be out put and select before/current
option so that one line of script will be generated which
takes the value of the object generated during run time and
stores it in Run-Time datatable.
3.We can use the values from Run-Time table and use them in
other action.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to check which add-ins are associated with a test in qtp?
How many types of run modes are there in qtp?
What is the meaning Work bench?
what is test scheduleling?
Where to use Property Let, Property Get, Property Set in UFT
How to use debug tools?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
explain abt dyanamic changing object with example?
How do you create regression test packs?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What are the 3 main stages involved in testing with qtp?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
what testplan contents and what test strategy contents,what is the diff b/w them
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?