Retrieve data from Java Table in QTP

How to retrieve data from Java Table in QTP which is in a Java InternalFrame

Questions by srini_dg

Showing Answers 1 - 1 of 1 Answers

Use GetCellData method.
For ex, a = Browser("").Page("").Frame("").JavaTable("").GetCellData(1,2)
msgbox a
It will display the 1st row and 2nd column of the
Java table.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions