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
 
(8 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
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 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:
 +
 +
[[Image:huju.png]]
 +
 +
test.properties is a properties file,it must be created when do junit test.
 +
 +
example:
 +
 +
[[Image:huju1.png]]
 +
 +
===run task "functionaltest"===
 +
 +
run task "functionaltest" which in trunk/extend/build.xml file
 +
 +
configure build:
 +
 +
[[Image:huju2.png]]
 +
 +
task "functionaltest"
 +
 +
[[Image:huju3.png]]
 +
 +
'''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