in qtp how we work with out put values and what is the process?

Answers were Sorted based on User's Feedback



in qtp how we work with out put values and what is the process?..

Answer / shankar

Output values are used to view the values of the objects
while running the script. It captures the values of the
objects while running and output them into data table and
they can be used for input data.

Is This Answer Correct ?    3 Yes 0 No

in qtp how we work with out put values and what is the process?..

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

in qtp how we work with out put values and what is the process?..

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

in qtp how we work with out put values and what is the process?..

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

Post New Answer

More QTP Interview Questions

How do you done Data-Driven Testing using MS-Word. What is the script for that

3 Answers   IBM,


how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.

1 Answers  


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

0 Answers  


What is the difference in the global and action sheet in qtp?

0 Answers  


give me the code to save all messages of inbox of gmail into a folder and notepad

0 Answers   Infosys,






How the exception handling can be done using quicktest professional (qtp)?

0 Answers  


how to know no.of mails in our g mail by using vb-script

0 Answers   HP, Thinking Hats,


how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know

3 Answers  


how can i prepare for QTP(8.2) to face interview ? give over view details?

52 Answers  


What is Descriptive Programing? In which cases, we will go for descriptive programing?

2 Answers   CTS,


now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH

1 Answers  


when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.

0 Answers  


Categories