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 "WTP Quality"

(Related Bug Reports)
m (How do we ensure quality in the WTP Project?)
Line 6: Line 6:
 
**More than anything else, high quality committers will result in high quality software
 
**More than anything else, high quality committers will result in high quality software
 
*'''Adequate JUnit tests for components'''
 
*'''Adequate JUnit tests for components'''
**Necessary for early bug detection in the lifecycle and future maintainability of the software
+
**Necessary for early bug detection in the development life-cycle and future maintainability of the software
 
*'''Continuous and Integration Builds'''
 
*'''Continuous and Integration Builds'''
*'''Releasing early in the dev cycle at predictable intervals'''
+
*'''Releasing early in the development life-cycle at predictable intervals'''
 
**Among other things, this allows users to test functionality and find bugs before the software is released
 
**Among other things, this allows users to test functionality and find bugs before the software is released
 
*'''Focus on bug reports'''
 
*'''Focus on bug reports'''
**Ensure that meaningful bugs from the community are addressed in a reasonable time period
+
**Ensure that important bugs from the community are addressed in a reasonable time period
 
**This is another place where the community can have an impact on the overall quality of the project through both entering bugs and by fixing them
 
**This is another place where the community can have an impact on the overall quality of the project through both entering bugs and by fixing them
  

Revision as of 00:44, 27 March 2007

Thoughts on Quality for the Web Tools Project (Work In Progress)

This wiki page should describe how the WTP addresses the issue of Quality. This page is a work in progress, and does not necessarily describe the views of the WTP PMC.

How do we ensure quality in the WTP Project?

  • High committer standards
    • More than anything else, high quality committers will result in high quality software
  • Adequate JUnit tests for components
    • Necessary for early bug detection in the development life-cycle and future maintainability of the software
  • Continuous and Integration Builds
  • Releasing early in the development life-cycle at predictable intervals
    • Among other things, this allows users to test functionality and find bugs before the software is released
  • Focus on bug reports
    • Ensure that important bugs from the community are addressed in a reasonable time period
    • This is another place where the community can have an impact on the overall quality of the project through both entering bugs and by fixing them

Related Bug Reports

Back to the top