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 many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
what is database check point, how will you parameterize the database from seperate data table?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
write a qtp code to display all the items in the fly from combo box or list box
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting?
3 Answers Aricent, Delhi University, TCS,
How software tester can use constants and variables in scripts?
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
What is the difference between local and shared object repository in qtp?
How many types of recording modes in the qtp?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.