wht is the difference betn check point and output value?
Answers were Sorted based on User's Feedback
Answer / tvl
check point checks expected=Actual or not?
output value gives the actual value only.
| Is This Answer Correct ? | 8 Yes | 0 No |
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 |
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 |
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 |
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 |
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
How do you invoke an application using the step generator in qtp?
What is the difference between a Function and Procedure in QTP?
what frame work you are following?
How QA specialist can identify when programmatic descriptions are useful?
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
can i compare two databases using QTP ?
how to run the script If QTP tool not identify object in web page
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
How you calling actions in qtp?