Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] How do I run wtp-Automated-Tests locally?


You should be able to run the WTP standalone tests by executing our ANT task with something like this:

ant -Dbuild.home=D:/releng -DbuildType=M -DbuildId=1.5.1
-Dtimestamp=200608110237 -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86
-Dbuild.stream=R1.5 -DbuildBranch=R1.5 -Djava15-home="c:/Program
Files/Java/jdk1.5.0_06" -DcvsServer=sofs00001453a
-f D:/releng/releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml


Hope that helps,

John Lanuti
IBM Web Tools Platform Technical Lead, IBM Rational
IBM Software Lab - Research Triangle Park, NC
jlanuti@xxxxxxxxxx
t/l 441-7861



"James Song" <jsong@xxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

08/07/2007 12:59 AM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
<wtp-releng@xxxxxxxxxxx>
cc
Subject
[wtp-releng] How do I run wtp-Automated-Tests locally?





Hello:
I’m James Song, a QA engineer of BEA’s WTP team.
I’m interested in running wtp-Automated-Tests (The Automated Test zip contains the unite tests) locally against the corresponding wtp build. Eventually I'd like to run these tests on jrockit and find out the compatibility of jrockit and wtp.
 
I tried by cloning the steps described in http://wiki.eclipse.org/index.php/Platform-releng-faq#How_do_I_run_the_JUnit_tests_used_in_the_build.3F , but I'm not sure how wtp-Automated-Tests and platform-Automated-Tests fit together.
 
Where can I find some instructions on running wtp-Automated-Tests locally?
 
Thanks!
 
-James
 _______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top