What is output value?
Answers were Sorted based on User's Feedback
Answer / naren
An output value is a value retrived during the test run and
entered into your data table. You can subsequently use this
output value as input data in your test. This enables you
to use data retrived during a test in other parts of the
test.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasavijuvvadi
An Outputvalue is a step in which one or more values are
captured at a specific point in Test and stores for the
duration of Run.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shankar.majji
Output value enables us to view the value of an object
while running. Output values retrive the data from the
objects and output them into the data table.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is Modular framework and Keyword drive framework? Explain
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
in howmany ways you perfrom batchtesting
can u put checpoints for moving images
How can we redirect QTP results in to a excel sheet after the execution
what is the use of VIRTUAL OBJECTS? explain ?
what is the process to follow between writing the test cases & then atomating it?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
How to give Table check points?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions
when there is a task that gets repeated in multiple scripts what do you do in QTP?
What is the difference in testing a client-server application and a web application?