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 "EPP/Obsolete/Package Testing"

< EPP
m (Before starting Eclipse)
m (Running Eclipse)
Line 8: Line 8:
  
 
===Running Eclipse===
 
===Running Eclipse===
 +
* Start the package with <tt>eclipse -consoleLog</tt> and watch the console for error messages.
 +
* Try to start the package with a wrong JVM version, e.g. 1.4 - does it tell the user about the minimum required Java version?
 +
* Does the package start with the correct perspective?
 +
* Does it contain all necessary features?
 +
**Are there any errors in the Update Manager dialogs (or comparable p2 dialogs)?
 +
* If the package contains the PDE feature:
 +
**Does any plugin view show any errors?
 +
**Bundles that cannot be started?
 +
* About Dialog:
 +
**Does it show up with the correct version and build ID?
 +
**Any suspicious entries in 'Feature Details' or 'Plug-in Details'?
 +
**'Configuration Details' - is the JVM running with the correct settings?
 +
* Open the Preferences dialog. Does it show any suspicious entries?
 +
* Create a new project and test it.
  
 
==Individual Package Tests==
 
==Individual Package Tests==

Revision as of 11:30, 12 April 2008

General Package Tests

Before starting Eclipse

  • eclipse.ini: correct memory settings, any updates necessary?
  • configuration/config.ini: correct product (eclipse.product)?
  • plugins/org.eclipse.platform_*/plugin_customization.ini: correct default perspective (org.eclipse.ui/defaultPerspectiveId)?
  • linux-packages: executable bits set on eclipse?

Running Eclipse

  • Start the package with eclipse -consoleLog and watch the console for error messages.
  • Try to start the package with a wrong JVM version, e.g. 1.4 - does it tell the user about the minimum required Java version?
  • Does the package start with the correct perspective?
  • Does it contain all necessary features?
    • Are there any errors in the Update Manager dialogs (or comparable p2 dialogs)?
  • If the package contains the PDE feature:
    • Does any plugin view show any errors?
    • Bundles that cannot be started?
  • About Dialog:
    • Does it show up with the correct version and build ID?
    • Any suspicious entries in 'Feature Details' or 'Plug-in Details'?
    • 'Configuration Details' - is the JVM running with the correct settings?
  • Open the Preferences dialog. Does it show any suspicious entries?
  • Create a new project and test it.

Individual Package Tests

CPP Package

Java Package

JEE Package

RCP Package

Modeling Package

Reporting Package

Back to the top