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 "Papyrus-RT/Tester/Tester Guide"

m (Papyrus-RT Development versions: removed border around setup file link to improve legibility)
(Added header and corrected section levels accordingly)
Line 1: Line 1:
= Tester Guide =
+
[[File:PapyrusForRealTime-Logo-Icon.png|left|bottom-align|]]<br/><br/><span style="font-family: Helvetica,Arial,sans-serif; font-size: 48px;"><b>Tester Guide</b></span><br/><br/><br/>
== Testing Environment Setup ==
+
 
=== Papyrus-RT Released versions ===
+
__TOC__
 +
 
 +
= Testing Environment Setup =
 +
== Papyrus-RT Released versions ==
  
 
Testers can use the released versions of Papyrus-RT to conduct their tests. To do so, they can follow the instructions from the [[Papyrus-RT/User_Guide|User Guide]] for [[Papyrus-RT/User Guide/Eclipse Installer | Installing Papyrus for Real Time Using the Eclipse Installer]]
 
Testers can use the released versions of Papyrus-RT to conduct their tests. To do so, they can follow the instructions from the [[Papyrus-RT/User_Guide|User Guide]] for [[Papyrus-RT/User Guide/Eclipse Installer | Installing Papyrus for Real Time Using the Eclipse Installer]]
  
=== Papyrus-RT Development versions ===
+
== Papyrus-RT Development versions ==
  
 
Testers who are mostly interested in Papyrus-RT-specific capabilities can also install development versions of Papyrus-RT by using a specific installation setup file. This setup file allows testers to install either the latest successful development build (for every git repository change that triggers a build) or the nightly build (every night).
 
Testers who are mostly interested in Papyrus-RT-specific capabilities can also install development versions of Papyrus-RT by using a specific installation setup file. This setup file allows testers to install either the latest successful development build (for every git repository change that triggers a build) or the nightly build (every night).
Line 23: Line 26:
 
Once installed, please use "Check for Updates" to get new versions.
 
Once installed, please use "Check for Updates" to get new versions.
  
== RCPTT ==
+
= RCPTT =
  
 
RCPTT is the tool of choice for testing the Papyrus-RT tooling.
 
RCPTT is the tool of choice for testing the Papyrus-RT tooling.
Line 29: Line 32:
 
Check out: [[Papyrus-RT/RCPTT|RCPTT applied for Papyrus Real Time]]
 
Check out: [[Papyrus-RT/RCPTT|RCPTT applied for Papyrus Real Time]]
  
== Bugzilla ==
+
= Bugzilla =
  
 
In Eclipse Bugzilla, you need to select project "Papyrus-rt".
 
In Eclipse Bugzilla, you need to select project "Papyrus-rt".
Line 35: Line 38:
 
Here is a link to [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Papyrus-rt Create a Papyrus-RT bug].
 
Here is a link to [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Papyrus-rt Create a Papyrus-RT bug].
  
== Developer Mailing List ==
+
= Developer Mailing List =
  
 
If you have questions regarding the development of Papyrus for Real Time or if you want to see what keeps the development team awake at night, you can subscribe to the [https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev Developer Mailing List] (and even ask questions and contribute).
 
If you have questions regarding the development of Papyrus for Real Time or if you want to see what keeps the development team awake at night, you can subscribe to the [https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev Developer Mailing List] (and even ask questions and contribute).

Revision as of 17:12, 26 April 2016

PapyrusForRealTime-Logo-Icon.png


Tester Guide


Testing Environment Setup

Papyrus-RT Released versions

Testers can use the released versions of Papyrus-RT to conduct their tests. To do so, they can follow the instructions from the User Guide for Installing Papyrus for Real Time Using the Eclipse Installer

Papyrus-RT Development versions

Testers who are mostly interested in Papyrus-RT-specific capabilities can also install development versions of Papyrus-RT by using a specific installation setup file. This setup file allows testers to install either the latest successful development build (for every git repository change that triggers a build) or the nightly build (every night).

To use this setup file, follow the instructions for Installing Papyrus for Real Time Using the Eclipse Installer, but use the following path for the setup file, instead of the on provided in step 4.1: Set up the Papyrus-RT configuration :

http://git.eclipse.org/c/papyrus-rt/org.eclipse.papyrus-rt.git/plain/releng/org.eclipse.papyrus-rt.oomph/setups/Papyrus-RT_Dev.setup

Note that the resulting product will be named "Papyrus-RT Development Testing".

In the "Product Version" selection box, you will have two options:

  • Nightly Build for testers - USE AT YOUR OWN RISK!
  • Latest Successful Build for testers - USE AT YOUR OWN RISK!

In either cases, the most recent successful build of the Papyrus-RT tooling is installed. The two installation options differ in that the last successful nightly build of the code generation and runtime components are used in the first option and their last successful build are used in the second option.

Once installed, please use "Check for Updates" to get new versions.

RCPTT

RCPTT is the tool of choice for testing the Papyrus-RT tooling.

Check out: RCPTT applied for Papyrus Real Time

Bugzilla

In Eclipse Bugzilla, you need to select project "Papyrus-rt".

Here is a link to Create a Papyrus-RT bug.

Developer Mailing List

If you have questions regarding the development of Papyrus for Real Time or if you want to see what keeps the development team awake at night, you can subscribe to the Developer Mailing List (and even ask questions and contribute).

Back to the top