wht is the difference betn check point and output value?

Answers were Sorted based on User's Feedback



wht is the difference betn check point and output value?..

Answer / tvl

check point checks expected=Actual or not?
output value gives the actual value only.

Is This Answer Correct ?    8 Yes 0 No

wht is the difference betn check point and output value?..

Answer / olympie

Check Point: It is nothing but a verification point allows
the users to compare the expected values with the actual
values of the application. it allows to compare Obj
properties,Text values, Bitmap pictures etc. to perform the
above job QTP contains 9 types of check points.


Output Values: this option from Insert menu will be used to
get the runtime output values of the application objects
either Text values or Property Values or Database values.
It si used instead of "GetROProperty" method.

Is This Answer Correct ?    4 Yes 0 No

wht is the difference betn check point and output value?..

Answer / narasimharao

using check point we can captures the values and properties
but we cant store it..
using output value we can captures a value from a database ,
from xl file,and flat files... and storing into a specified
column in the run time data table during execution....

Is This Answer Correct ?    1 Yes 0 No

wht is the difference betn check point and output value?..

Answer / fayaz

After inserting checkpoint (image,page,bitmap,xml etc)
while recording or editing, the QTP stores it as the
expected value and when we run the test, QTP compares it
with the actual value and if there are any mis match then
the check point fails else it will be passed

When u insert an output value on any object and run ur
test , then QTP will store the value of that particular
object (property) in the datatable, so that we can make use
of that value in further actions, or where ever its
necessary in the test...

Is This Answer Correct ?    0 Yes 1 No

wht is the difference betn check point and output value?..

Answer / ramarao

cheque point verifies the actaul behavior of application to
expected behaviour of the application.

outputvalue is nothing but a output of one can be used as
a input of further one.
output value capture the output data and stored into the
perticular location of the data tbale and that can be used
to further runnenig process.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More QTP Interview Questions

what is check point?

2 Answers  


what is the test process followed for your project?

1 Answers   ADP, Satyam,


In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..

1 Answers   Wipro,


You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?

2 Answers   PanTerra,


What are the methods of the TextStream object that are used for reading from a text file?

0 Answers  






Can any one send me the QTP Basic Coding Samples?

0 Answers  


I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail

9 Answers   ADP,


how to click the link in webpage by using QTP Script????????

3 Answers  


assume i have few url link how will i dynamically call then using descriptive programming?

0 Answers   BirlaSoft,


WHat is Object Identification and Object Spy?

2 Answers   IBM,


Hi,All How to create a link in excel sheet using qtp

0 Answers  


Without using gui map editor we can recognize the application in winrunner ?

0 Answers  


Categories