Saturday, 13 June 2015

QTP - 29 - Difference between check point and output value ?

Check point is a verification point that compares a current value for a specified property with the expected value for that property. Based on this comparison, it will generate a PASS or FAIL status. The value of an object is saved during recording against which the value is compared while playback.Checkpoints has PASS/FAIL status.

An output value is a value captured during the test run and can be stored in a specified location like the  Datable or even a variable.This option is used to get the runtime output values of the application objects either Text values or Property Values or Database values. Output values enable to view the values that the application takes during run time.When paramaterised, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table.

No comments:

Post a Comment