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 "ETrice/Development/ReleaseTesting"

(Functionality)
 
(7 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
* Eclipse Version: eclipse-modeling-indigo-SR1-win32 (should be updated if newer versions are available)
 
* Eclipse Version: eclipse-modeling-indigo-SR1-win32 (should be updated if newer versions are available)
  
Test Sequence:
+
== Test Sequence ==
 +
 
 +
=== Installation ===
 +
 
 
# revert VM to snapshot "eclipse-modeling-indigo-SR1-win32 before eTrice Installation"
 
# revert VM to snapshot "eclipse-modeling-indigo-SR1-win32 before eTrice Installation"
 
# start VM
 
# start VM
Line 13: Line 16:
 
# select C:\workspace as workspace
 
# select C:\workspace as workspace
 
# install eTrice:
 
# install eTrice:
## Menu: Help -> Install New Software -> add : http://download.eclipse.org/etrice/updates/nightly/
+
## Menu: Help -> Install New Software -> add : http://download.eclipse.org/etrice/updates/nightly/ (or any other update you want to test)
 
## install only eTrice Core
 
## install only eTrice Core
# run first two tutorials (including timeout service)
+
 
 +
=== Functionality ===
 +
# 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
 +
# check code completion
 +
# check code proposals
 +
# check graphical structure editor
 +
# check graphical behavior editor
 +
# check if eTrice help is available
 +
 
 +
[[Category:eTrice]]

Latest revision as of 03:17, 16 April 2013

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