What is the difference between check point and output
value.
Answers were Sorted based on User's Feedback
Answer / suma
A checkpoint verifies that expected information is
displayed in your application while the test is running.
By using output value u can retrieve data from your
application and output it to the Data Table. This data can
then be used at a later stage in the test. QuickTest
displays the retrieved data, following the test run, in the
Runtime Data Table
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sreeprasad
I would like to add some stuff to Kalpana's comments.
It is as follows:-
An outPut value is a value captured during the test run and
entered in the run-time but to a specified location.
EX:-Location in Data Table[Global sheet / local sheet]
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mukesh
Check Points are used to validate the functionality of the
objects. where as the output value is used to get the value
of an object.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ganesh
check points means verfication point it will capture actually value and compare with actual value and then provide the result pass or fail.
whereas output values is used for retriever the property value of an object,data base values of an object,and it will store it in data table,and it may use in different functionality i.e during run session
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / salman
An outPut value is a value captured during the test run and entered in the run-time but to a specified location. EX:-Location in Data Table[Global sheet / local sheet]
Is This Answer Correct ? | 0 Yes | 0 No |
several browsers opened. write QTP script to close all browsers except gmail.
Can we do Load Testing with QTP?
wt is frame work wt r d different types of frame works used in ur company
What the differences are and best practical application of Object Repository?
difference Between Call Run action and copy of action?
what is the difference between link and hyperlink?
Can any one please explain hwo to test client/server application using QTP?
Can we run test with out adding object in object repository? How it is possible?
Explain the features and benefits of quick test pro(qtp)?
What is the diff between image and bitmap check point?
what r the main benefits of automation?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?