i have a dynamic webtable, where the no of rows and columns depends on the input.Now my Webtable has 8 rows and 11 columns. i need to compare the webtable,rows and columns with the expected result excel sheet before determining if the test case has passed or failed.
introwcount=browser("SAP Transcation iView").Page("SAP Transaction iView").SAPFrame("Generate Leave Entitlement").WebTable("WebTable).RowCount
for r = 1 to introwcount
intcolcount=browser("SAP Transaction iView").Page("SAP Transaction iView").SAPFrame("Generate Leave Entitlement").WebTable("WebTable").ColCount(r)
next
i have the number of rows and columns...kindly help to proceed further...with the scripting