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

ETrice/Development/ReleaseTesting

< ETrice‎ | Development
Revision as of 03:17, 16 April 2013 by Hrr.protos.de (Talk | contribs) (Functionality)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

This is a checklist for the tests that have to be done manually before a release.

Installation Test

For the installation test a ready to use WinXP VM exists. For licensing reasons it is only available for committers.

  • VM-Ware Version: 6.5.3 Workstation
  • Eclipse Version: eclipse-modeling-indigo-SR1-win32 (should be updated if newer versions are available)

Test Sequence

Installation

  1. revert VM to snapshot "eclipse-modeling-indigo-SR1-win32 before eTrice Installation"
  2. start VM
  3. start C:\Documents and Settings\develop\Desktop\eclipse-modeling-indigo-SR1-win32\eclipse\eclipse.exe
  4. select C:\workspace as workspace
  5. install eTrice:
    1. Menu: Help -> Install New Software -> add : http://download.eclipse.org/etrice/updates/nightly/ (or any other update you want to test)
    2. install only eTrice Core

Functionality

  1. run the tutorial "Sending Data" (including timeout service) - the fastest way to do that is to copy and paste the complete model from the tutorial in GIT
  2. check code completion
  3. check code proposals
  4. check graphical structure editor
  5. check graphical behavior editor
  6. check if eTrice help is available

Back to the top