Posts: 9
Threads: 4
Joined: Oct 2013
Reputation:
0
10-06-2013, 02:44 PM
Hi Team,
In one of the application, it is generating 1 webtable depending on the inputs we provide. So, the row the column are not fixed. The same webtable will generate on the another page. So, I need to compare these two webtables.
Is their any way that I can compare the whole webtable?
Posts: 33
Threads: 2
Joined: Oct 2008
Reputation:
0
10-09-2013, 08:20 PM
Anand:
Question: if there is a difference between the two tables, do you need to know which cell(s) is different or simply that the two tables are not identical?
How many rows / columns will be in a table?
Your needs affect the programming that would be required.
Parke
Posts: 33
Threads: 2
Joined: Oct 2008
Reputation:
0
10-14-2013, 08:58 PM
Anand:
In math, the browser name, page title, etc, are just dummy variables. Your page might not have a frame and I would be surprised if your table was named "1". Adjust those "variables" to suite your needs.
As you might have noticed, I used two different browsers. I did this to make my programming easier. You would run the oTable part on the first page and the oTable2 on the second page. Just remember to set the names to what is in your OR.
hth,
Parke