in qtp how we work with out put values and what is the process?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramana
i think it is out put parameter, i can pass the values from
subtest to main test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalpana
We can retreive the output values from Result tables while
execution is going on, and we can send it to other actions,
and we can use it for other input sets als in our
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the features of quick test pro(qtp)?
Excepton Handling?
I want to learn QTP Online, where can I get quality training?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How you calling actions in qtp?
What is keyword view and Expert view in QTP?
whaht is the difference between CLASS & OBJECT?
How can we log a defect in Testdirector from Q.T.P ?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
How QTP recognizes Objects in AUT?
What is checkpoint in qtp?