07-11-2018, 02:54 PM
hi,
Im new to UFT, im try to automate a java awt base apps, when i run the script it stopped in:
said it cannot locate the javatable tblA, I push the debug button, and try to locate the object in objRepository, still no luck, but when i stop the script and back to normal mode, and try again in objRepository, i can locate the object
and when i use "Run from step ..." to start the script at the middle it able to go though and perform the action !
I tried this many time, dont know why UFT cannot locate the object at the first
pls help
thx
Lester
Im new to UFT, im try to automate a java awt base apps, when i run the script it stopped in:
Code:
JavaWindow("winA").JavaTable("tblA").SelectColumnHeader "ColA"
said it cannot locate the javatable tblA, I push the debug button, and try to locate the object in objRepository, still no luck, but when i stop the script and back to normal mode, and try again in objRepository, i can locate the object
and when i use "Run from step ..." to start the script at the middle it able to go though and perform the action !
I tried this many time, dont know why UFT cannot locate the object at the first
pls help
thx
Lester