09-02-2010, 06:25 PM
Hi,
If I have correctly understood you then you want to verify the value of three rows of a WebTable with the value of three rows of the DataTable.
If this is the case, then instead of using checkpoint, I'll suggest you to fetch data from the WebTable by "GetCellData" method and compare it with the value of current row of the DataTable. If it matches then report Pass, if not then report Fail. You can loop it as many time you want to.
If this is not what you want to do, then I beg your pardon.
Please let me know on this..
If I have correctly understood you then you want to verify the value of three rows of a WebTable with the value of three rows of the DataTable.
If this is the case, then instead of using checkpoint, I'll suggest you to fetch data from the WebTable by "GetCellData" method and compare it with the value of current row of the DataTable. If it matches then report Pass, if not then report Fail. You can loop it as many time you want to.
If this is not what you want to do, then I beg your pardon.
Please let me know on this..