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 2: Line 2:
  
 
This document is about add adempiere Junit test to hudson
 
This document is about add adempiere Junit test to hudson
 +
 +
==configure "Build"==
 +
 +
===get "test.properties" file===
 +
 +
[[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
 +
 +
[[Image:huju2.png]]

Revision as of 23:25, 9 March 2010

Add Junit test to Hudson

This document is about add adempiere Junit test to 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