Output values and Check points

What is the difference between output values and check points?

Questions by shahvali

Showing Answers 1 - 12 of 12 Answers

sivlvlv

  • Feb 20th, 2008
 

Output values are  used to get the value of the property and it can be visible during run-time in datatable.The values are stored in test result window in run time datatable.


Checkpoint is used to check the value of the property.
It compares the value of the property of the recorded object with the run-time object.
If both the values are same,then only the checkpoint passes.
Otherwise, it will fail. 

  Was this answer useful?  Yes

Output values: To capture dynamic text of an object we use Output value.

Navigation: select any value-->right click on mouse-->select Insert Text output

Check Points: Check point is an verification point it compares expected and actual values of the object. It compares the expected and actual properties of objects.

9 types of checkpoints are available in QTP

  Was this answer useful?  Yes

mownika

  • Jul 24th, 2009
 

Check points checks the actual and expected values at run time, where as output values test values in data tables or environmental variables.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions