Multiple choice technology testing In QTP which method is used to retrieve data from HTML TABLE? GetCellData (Row,Col); GetRowValue (Rowid,Colname); GetData (Row,Col); GetCellValue (Row,Col); Reveal answer Fill a bubble to check yourself A Correct answer Explanation In QTP (QuickTest Professional), the GetCellData(row, col) method is used to retrieve data from a specific cell in an HTML Table object. The method takes row and column indices as parameters and returns the cell's content.