Quantcast
Channel: Micro Focus QTP (UFT) Forums - All Forums
Viewing all articles
Browse latest Browse all 1793

SetCellData issue with JavaTable

$
0
0
Hi All,
I'm facing an issue with SetCellData in my Java Application for an JavaTable. 

Note: Manually also user is not able to edit in a single click. User has to double click than only he will be able to add/update.

Recorded Lines example:- 

Code:
    JavaWindow("abc").JavaTable("def").ActivateRow "#0"
    JavaWindow("abc").JavaTable("def").SetCellData "#0","Wait to Restore (sec)","0"

Code:-

Code:
JavaWindow(aq).JavaTable(o_table).ActivateRow "#0"
JavaWindow(aq).JavaTable(o_table).SetCellData ""#0","Wait to Restore (sec)", wait_time

But still not working as expected. Kindly help.

Viewing all articles
Browse latest Browse all 1793