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
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is the basic concept of quicktest professional?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What is the synchronization point in qtp?
What is the difference between run time object and test object in QTP?
For which type of project the iterative model is suitable?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Where to use function or action?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What Folder Structure following in Keyword Driven Frame work?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What is the parameterization? Give one example?
Can we run multiple QTP scripts one after the other without manual intervention? How?