Multiple choice technology testing

The _________ method is used to retieve data from HTML Table

  1. GetCellData(Row ,Col)

  2. GetData(Row,Col)

  3. GetRowValue(Roeid,Colname)

  4. 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.