This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Using JUnit
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 20, 2008
08:26 AM
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?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 21, 2008
07:18 AM
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: