Difference between revisions of "PMC:QA:Add Junit test to Hudson"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m
 
Line 34: Line 34:
  
 
'''More about Admpiere junit test refer to [[Adempiere_Junit_test]]'''
 
'''More about Admpiere junit test refer to [[Adempiere_Junit_test]]'''
 +
 +
=Links=
 +
*Go back to [[PMC:QA]]
 +
 +
[[Category:Testing]]

Latest revision as of 01:46, 7 April 2010

Add Junit test to Hudson

This document is about add adempiere Junit test to hudson

select job "adempiere" -> "configure",add the configuration as follows after "update adempiere database" configuration

More details:please refer to PMC:QA:integrate_adempiere_with_hudson

configure "Build"

get "test.properties" file

configure build:

Huju.png

test.properties is a properties file,it must be created when do junit test.

example:

Huju1.png

run task "functionaltest"

run task "functionaltest" which in trunk/extend/build.xml file

configure build:

Huju2.png

task "functionaltest"

Huju3.png

More about Admpiere junit test refer to Adempiere_Junit_test

Links