I am facing same issue in QTP 11.0 with Java Jide (swing) application , its not clicking the particular cell in javatable.
What could be reason for this?????
Code:
JavaWindow("EclipseEJ").JavaDialog("Online Credit Agreement").JavaTable("Select products:").ClickCell i, 1
JavaWindow("EclipseEJ").JavaDialog("Online Credit Agreement").JavaTable("Select products:").DoubleClickCell i, 1
What could be reason for this?????