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/Test of Release Candidate"

Line 1: Line 1:
== Installation Test
+
== Installation Test ==
 
* download newest or recommended "Eclipse IDE for C/C++ Developers" from https://www.eclipse.org/downloads/packages/  
 
* download newest or recommended "Eclipse IDE for C/C++ Developers" from https://www.eclipse.org/downloads/packages/  
 
* unpack it
 
* unpack it
Line 13: Line 13:
  
  
== Checklist:
+
== Checklist ==
 
* make sure the Eclipse Help is working
 
* make sure the Eclipse Help is working
 
* perform smoke test
 
* perform smoke test

Revision as of 01:47, 19 October 2019

Installation Test

1. Test Drag & Drop install 2. delete workspace and eclipse version 3. Test the installation again with the update site


Checklist

  • make sure the Eclipse Help is working
  • perform smoke test
    • create Java tutorial in empty workspace
    • generate and run Hello World and PingPong
    • create C tutorial in empty workspace
    • generate and run Hello World and PingPong
    • create C++ tutorial in empty workspace
    • generate and run Hello World and PingPong
  • test hover help
  • [JH] run automatic GUI tests

Back to the top