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 |
QTP is used better in which type of application Web based application or desktop application
hi nani my doubt is how does qtp process metrix related to software process.
please tellme ordernal identifiers in QTP?
what is file database
Explain how you can find the absolute value of the number in qtp?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
What issues come up in test automation, and how do you manage them?
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
how we will use output values in qtp? is there any possibulity by descriptive programming?
How to save your test using quicktest professional?
Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
How to Test the mainframe application?