Multiple choice technology testing

In QTP which method is used to retrieve data from HTML TABLE?

  1. GetCellData (Row,Col);

  2. GetRowValue (Rowid,Colname);

  3. GetData (Row,Col);

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