Multiple choice technology testing The _________ method is used to retieve data from HTML Table GetCellData(Row ,Col) GetData(Row,Col) GetRowValue(Roeid,Colname) None of the Above Reveal answer Fill a bubble to check yourself A Correct answer Explanation The GetCellData(Row, Col) method retrieves data from a specific cell in an HTML Table object in QTP. You pass row and column indices as parameters. GetData and GetRowValue are not standard QTP table methods.