![]() |
QTP: Not able to find # of rows for a particular column under a webtable - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: QTP: Not able to find # of rows for a particular column under a webtable (/Thread-QTP-Not-able-to-find-of-rows-for-a-particular-column-under-a-webtable) |
QTP: Not able to find # of rows for a particular column under a webtable - Milindt43 - 02-13-2011 QTP: Not able to find # of rows for a particular column under a webtable. Plz help RE: QTP: Not able to find # of rows for a particular column under a webtable - basanth27 - 02-16-2011 webtable().Rowcount never helped? RE: QTP: Not able to find # of rows for a particular column under a webtable - Rekhapramod - 02-16-2011 Please try in this way to get the row count Code: Browser("name:=HTML Tables").Page("title:=HTML Tables").WebTable("html tag:=TABLE","name:=HTML HOME").RowCount RE: QTP: Not able to find # of rows for a particular column under a webtable - surya_7mar - 02-17-2011 What type of Table it is, is it a DojoTable.. if yes RowCount may not work RE: QTP: Not able to find # of rows for a particular column under a webtable - basanth27 - 02-23-2011 Reka - Just out of curiosity, How did you know the object description? name:= HTML Tables ?? |