InterviewSolution
| 1. |
Which Events Take Place When We Run A Script? |
|
Answer» VERIFICATION point ACCESSES the data in the datapool and creates the expected results from the baseline and the active data pool record. Datapool reference resolves and supplies data to verification point. The expected result is compared to the ACTUAL result. The expected and actual results are recorded in the log. Any deviations from the expected results are logged as a FAILURE in the TEST log. Verification point accesses the data in the datapool and creates the expected results from the baseline and the active data pool record. Datapool reference resolves and supplies data to verification point. The expected result is compared to the actual result. The expected and actual results are recorded in the log. Any deviations from the expected results are logged as a failure in the test log. |
|