I am using QTP to read two tables from database. Is there any function which can compare two tables row and column wise.
Asked
Active
Viewed 1,928 times
3 Answers
0
You may want to compare them using SQL. Seems like it would be simpler. Check out this previous question:

Community
- 1
- 1

James Craig
- 473
- 3
- 9
- 22
0
Yes, there is, the database checkpoint. Just use it, it is self-explaining. If it appears to be not, downvote this answer.

TheBlastOne
- 4,291
- 3
- 38
- 72
0
Export the data from the tables to spreadsheets and compare them cell by cell.

Amit
- 19,780
- 6
- 46
- 54