🎴 Flashcard Mode
QTP QuickTest Professional Test Automation
Card1 / 20
Mastered0
Review0
QuestionClick to flip
In QTP which method is used to retrieve data from HTML TABLE?
AnswerClick to flip back
A
GetCellData (Row,Col);
💡 Explanation:
In QTP (QuickTest Pro), the GetCellData(Row, Col) method retrieves data from an HTML table cell by specifying row and column indices. The other options (GetRowValue, GetData, GetCellValue) are not standard QTP methods for table data retrieval. Understanding the correct method is essential for web table testing and validation.