cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cfraser
Level 4

Using JUnit

I'm looking at IA's VP1 JUnit sample and it runs fine. I'm having trouble getting it to work on my own project. I copied the sample .java and edited it to launch my installer, which works. But none of the IA helper methods, i.e. pressKey, pressEnter, pressTab, seem to be working. Does anyone have a suggestion?
Labels (1)
0 Kudos
(1) Reply
cfraser
Level 4

Some new information... It looks like part of my problem was trying to run the test in Debug mode, I'm assuming some timing issue... I went back to the sample and tried it in Debug mode and got the same problem... So I'm getting through the Introduction panel, but now I can't seem to get waitForPanel("License Agreement") to recognize a license agreement panel... I also tried "Software License Agreement", but still get the time out error wait on the panel.... Does anyone have any suggestions???:confused:
0 Kudos