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

Junit testing

how can we do junit testing of custom code.
Labels (1)
0 Kudos
(10) Replies
pv7721
Level 20

What version are you using?
0 Kudos
venkiiitk
Level 4

IA 2008 VP1

thanks,
venkat
0 Kudos
venkiiitk
Level 4

Hi Thank you so much
but i used the same mock object iam getting following error

IAResourceBundle: create resource bundle: en

InstallerProxyMockObject mockObject = new InstallerProxyMockObject();
mockObject.setVariable("$USER_DB_TYPE$", "");
mockObject.setVariable("$DB_NAME$", "");
mockObject.setVariable("$DB_HOST$", "");
mockObject.setVariable("$DB_PORT$", "");


can you please sugget something more
0 Kudos
venkiiitk
Level 4

Hi Vlad,
can you please reply back

waiting for ur reply

thanks in advance
0 Kudos
RobertDickau
Flexera Alumni

Have you successfully worked with the example in the gui-test-auto subdirectory of your InstallAnywhere installation?
0 Kudos
venkiiitk
Level 4

Hi ,
thank u so much,
actually i'm new to IA completely.
would you please explain what exactly do i need to do?
0 Kudos
venkiiitk
Level 4

does anyboady know please update me

thanks and regards,
venkat
0 Kudos
RobertDickau
Flexera Alumni

If you look in the gui-test-auto subdirectory of your InstallAnywhere directory, there should be a readme file and a sample project (with instructions) that you can use.
0 Kudos
venkiiitk
Level 4

Thank you,
actually that is gui test
what i want is different.
once we write the custome code before calling it in the installer i want to test it.
if i want to test i need InstallerProxy Object Mock object
is there anyway to get that object?

thanks once again
0 Kudos