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 |
Are You using any frame work? What is that? Explain about that.
whare exactly we have to use functions and sub routain
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
how to test Web application using QTP software
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
hi is there any chance to change encoding the password
What is RTM (require ment tracebulity marix) fromate?
What are the technics follow in writing VB script?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
How to verify the Cursor focus of a certain field?