What is the difference between check point and output value.

Showing Answers 1 - 16 of 16 Answers

Kalpana Naidu

  • Aug 4th, 2005
 

Check point is a verification point that compares a current value for a specified property with the expected value for that property. 
 
An outPut value is a value captured during the test run and entered in the run-time

Vidya Sagar

  • Aug 6th, 2005
 

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] 

Rekha Basu

  • Sep 28th, 2005
 

additional comment on Above comment:An output value is a value retrieved during the runsession and entered into runtime table or data table subsequently it can be used as input value in your test.

  Was this answer useful?  Yes

madhu8a@gmail.com

  • Dec 28th, 2005
 

more about output value value of elements are written in runtime data table during test run.after complition of test excution, the runtime values r displayed in test result windows runtime datatable.Madhu

  Was this answer useful?  Yes

Narender Reddy

  • Dec 3rd, 2006
 

The purpose of cheek points is to vaildate the properties in the application with actual value and return the results.

Output value cheekpoint returns the values after executing the script. The output value cheek point returns the value in datatable first colum

  Was this answer useful?  Yes

vinay.pesaru

  • Aug 8th, 2007
 

CheckPoint: It is a validation point or test point which checks the object state during the execution at any point of time

OutputValue: It is used for capturing a value from an application and stores in a specified column in a run-time datatable during execution

  Was this answer useful?  Yes

atchi

  • Sep 13th, 2007
 

I will agree with both Kalpana and Vidya Sagar and I will add some more,

Output values are used for as input to?other tests ware as check points are only comparing also used within the test only.

  Was this answer useful?  Yes

kiranpaul20

  • Jun 16th, 2010
 

Checkpoint compare the expected result of the Test object with the Actual result from the run time object and returns a pass or fail to the test result.

Output value retrieves the value of an Run Time object and returns to the test result.

Kiran Paul

  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