Google News
logo
QTP/UFT - Interview Questions
What is meant by Output Value in UFT?
An Output Value step is used to capture the value from any field or value of any object property when the script execution is going on. Such values are stored in the desired location in the data table and can be used as input for the other fields or objects at another point in the test script.
 
There are four types of output values, which include :
 
* Standard Output value
* Text or Text Area Output Value
* Database output value and
* XML output value
Advertisement