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 |
Hi All, I need code for how to execute qtp scripts from excell sheet
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
w is recovery senario manager
explain qtp framework by taking an example?
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
Tell me the QTP Advantages and Disadvatages ?
How do you done Data-Driven Testing using MS-Word. What is the script for that
Tell me one scenario, the complex functionality you have automated in your project?
What is descriptive.create () in QTP?
If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)