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.
Line 3: Line 3:
 
This document is about add adempiere Junit test to hudson
 
This document is about add adempiere Junit test to hudson
  
select job "adempiere" -> "configure",add the configuration as follow after "update adempiere database"
+
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]]
 
'''More details''':please refer to [[PMC:QA:integrate_adempiere_with_hudson]]
Line 24: Line 24:
  
 
[[Image:huju2.png]]
 
[[Image:huju2.png]]
 +
 +
'''More about junit test refer to'''

Revision as of 23:39, 9 March 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

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

Huju2.png

More about junit test refer to