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 "PDE/Testing"

< PDE
Line 3: Line 3:
 
PDE participates in the test pass before each milestone in the [http://www.eclipse.org/projects/project-plan.php?projectid=eclipse|Eclipse Project Plan]. During the test pass we try to verify any code that was changed during the previous milestone and test common scenarios for regressions.  
 
PDE participates in the test pass before each milestone in the [http://www.eclipse.org/projects/project-plan.php?projectid=eclipse|Eclipse Project Plan]. During the test pass we try to verify any code that was changed during the previous milestone and test common scenarios for regressions.  
  
=== Test Process ===
+
== Test Plans  ==
  
* Verify M2 Bugs ([https://bugs.eclipse.org/bugs/buglist.cgi?=&classification=Eclipse&product=PDE&target_milestone=3.6%20M2 M2 PDE Bugs])
+
[[PDE/Testing/3.6M2|3.6 M2]] - M2 is Friday, September 18 ([https://bugs.eclipse.org/bugs/buglist.cgi?=&classification=Eclipse&product=PDE&target_milestone=3.6%20M2 M2 PDE Bugs])
  
* One day test pass testing functional areas
+
== Test Process ==
** Please add yourself to the areas you tested below
+
** Mark if an area has significant changes during a milestone
+
 
+
* Update tests, improve coverage ([[PDE/Testing/Scenarios|test scenarios]])
+
  
 
* Triage bugzilla, move unfinished bugs to a realistic milestone
 
* Triage bugzilla, move unfinished bugs to a realistic milestone
 +
 +
* Verify bugs fixed during the milestone
 +
 +
* One day test pass testing functional areas (smoke test)
 +
** Please add yourself to the areas you tested below
 +
** Mark if an area has significant changes during a milestone
  
 
* File bugs for any discovered issues
 
* File bugs for any discovered issues
Line 19: Line 21:
 
* Fix significant regressions before the release
 
* Fix significant regressions before the release
  
=== Test Plans  ===
+
* Update tests, improve coverage ([[PDE/Testing/Scenarios|test scenarios]])
 
+
[[PDE/Testing/3.6M2|3.6 M2]] - M2 is Friday, September 18
+
  
=== Test Documents ===  
+
== Test Documents ==
  
 
[[PDE/Testing/Scenarios|Test Scenarios]] - A large list of possible test scenarios/areas
 
[[PDE/Testing/Scenarios|Test Scenarios]] - A large list of possible test scenarios/areas
  
 
[[PDE/UI/TestAreas|Test Areas]] - A list of different areas in PDE UI
 
[[PDE/UI/TestAreas|Test Areas]] - A list of different areas in PDE UI

Revision as of 16:33, 16 September 2009

This page will collect testing information for testing all the components of PDE.

PDE participates in the test pass before each milestone in the Project Plan. During the test pass we try to verify any code that was changed during the previous milestone and test common scenarios for regressions.

Test Plans

3.6 M2 - M2 is Friday, September 18 (M2 PDE Bugs)

Test Process

  • Triage bugzilla, move unfinished bugs to a realistic milestone
  • Verify bugs fixed during the milestone
  • One day test pass testing functional areas (smoke test)
    • Please add yourself to the areas you tested below
    • Mark if an area has significant changes during a milestone
  • File bugs for any discovered issues
  • Fix significant regressions before the release

Test Documents

Test Scenarios - A large list of possible test scenarios/areas

Test Areas - A list of different areas in PDE UI

Back to the top