Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Testing Framework"

< PDT
(Mailing List and RSS)
(Unit Test Reports)
Line 25: Line 25:
  
 
Access to unit test results: <br>  
 
Access to unit test results: <br>  
<pre>http://download.eclipse.org/tools/php/downloads/reports/TEST-php<Date>.html</pre><br>
+
<pre>http://download.eclipse.org/tools/php/downloads/drops/N<date>/results/TEST-php.html</pre>
for example linking to http://download.eclipse.org/tools/php/downloads/reports/TEST-php20070107.html pops January 7th 2007 unit test results.
+
<br>
 +
for example linking to http://download.eclipse.org/tools/php/downloads/drops/N20070113/results/TEST-php.html links to January 13th 2007 test results.

Revision as of 14:47, 14 January 2007

Background

"Testing: Early, Often and Automated" (Extreme Programmin Explained by KENT BECK)
The PDT team has accepted the XP ([1]) two principles to increase the cost-effectiveness of testing: double checking and the Defect Cost Increase.
We release the "PDT test framework" that helps us write unit tests for PDT in a very fast way.

"The sooner you find a defect, the cheaper it is to fix".

Resources

Mailing List and RSS

In order to be updated on test issues, register php-unit-test@eclipse.org at https://dev.eclipse.org/mailman/listinfo/php-unit-test
also an RSS feed can show you bug status: http://download.eclipse.org/tools/php/doenloads/rss/center.xml

Unit Test Reports

Nightyly build reports include unit test results.

Access to unit test results:

http://download.eclipse.org/tools/php/downloads/drops/N<date>/results/TEST-php.html


for example linking to http://download.eclipse.org/tools/php/downloads/drops/N20070113/results/TEST-php.html links to January 13th 2007 test results.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.