Saved Bookmarks
| 1. |
What is the difference between check point and output value? |
|
Answer» Check point is a verification point that generates a PASS or FAIL status by comparing a specified property the current value and the expected value. An output value is a value recorded while running a test and can be stored in a particular location like; either in a Datatable or in a variable. Unlike Checkpoints, it doesn’t compare two values to generate PASS/FAIL status. |
|