Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] RE: [wtp-releng] How to setup local WTP automated test system?

Title: How to setup local WTP automated test system?
Reposting the question in wtp-dev as well...


From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of Raev, Kaloyan
Sent: Friday, July 28, 2006 10:35 AM
To: wtp-releng@xxxxxxxxxxx
Subject: [wtp-releng] How to setup local WTP automated test system?

Hello,

I am trying to setup a local automated test system that gives results like your central tests on each WTP build [1]. I need this to test patches before submitting them as bug reports.

I have found that is very easy to run the test of the Eclipse SDK. The readme.html in eclipse-Automated-Tests-3.2.zip is a very nice guide. Also in the same package there is a batch file (runtests.bat) that installs the target runtime, executes the tests and generates results html reports. The tests are well organised in targets in the test.xml descriptor. Everything is nice and easy.

However, I don’t find the same comfortability in the WTP test packages [3] [4]. I expected to find similar test.xml that groups the tests into targets and runtests.bat script, but there are no such things. Of course, I can hack the scripts and descriptors the come from the eclipse-Automated-Tests-3.2.zip, but this aproach is cumbersome and error-prone. I hope there is simpler way.

Do I miss something? In simple words: where can I find the scripts and descriptors that you use to run the WTP automated tests and generate the results like [1] that are also posted to this mailing list?

I have had a look to the automation guide [5], but it does not give an easy answer on running WTP automation tests.

[1] http://download3.eclipse.org/webtools/downloads/drops/R1.5/R-1.5.0-200606281455/testResults.php
[2] http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/download.php?dropFile=eclipse-Automated-Tests-3.2.zip

[3] http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R1.5/R-1.5.0-200606281455/wtp-wst-Automated-Tests-R-1.5.0-200606281455.zip

[4] http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R1.5/R-1.5.0-200606281455/wtp-jst-Automated-Tests-R-1.5.0-200606281455.zip

[5] http://www.eclipse.org/articles/Article-PDE-Automation/automation.html

Greetings
Kaloyan


Back to the top