cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vinro05
Level 3

JUnit GUI test

Hi.

I'm trying to create JUnit test based on the IA's provided GUI test example. The launchInstaller method requires path to the *.jar file. I assume this file is generated by IA as a possibility of output however I was only able to generate exe file. Can you please tell me how to have jar as an output instead of exe?

Thanks

Robert
Labels (1)
0 Kudos
(2) Replies
kshirabdhi
Level 3

Hi,

you can build a pure java installer which has *.jar extension.In Build target you can create a installer using java enabled platforms option and build the installer which is *.jar .Then use this for Junit GUI test.

Thanks,
Kshirabdhi
0 Kudos
vinro05
Level 3

Thanks for your reply.

I was not able to build jar installer straight from IA but ant task did it. I'm trying to incorporate it into our installer which works but everytime I go pass the interview phase and start the install process the installer asks for Disk1. Tried many different settings, .., but always the same result. Can you tell me why this is happening?

Thanks
0 Kudos