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 |
how to load the *.vbs (or) test generating script in a new machine?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what r the drawbacks and limitations of QTP?
What is the short cut keys for the following?
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
How can i store runtime value through vb script while using qtp
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
What is Parameterizing Tests?
what is spy, and how can u use?
What is the script for database check point, bitmapchek point, regular expression ?