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"

(Papyrus-RT Development versions: Clarified how the two version can be seen and what is installed in both. Added highlight for the configuration path)
(Added deprecation notice)
 
(7 intermediate revisions by 2 users not shown)
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>'''{DEPRECATED}''' Tester Guide</b></span><br/><br/><br/>
== Testing Environment Setup ==
+
 
=== Papyrus-RT Released versions ===
+
'''This page has been deprecated - please go to the [[Papyrus-RT/Tester|New '''Tester''' page]]
 +
 
 +
 +
 
 +
__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 under-development versions of Papyrus-RT by using a specific installation setup file. This setup file allows testers to install the latest successful development build.
 +
 
 +
[[File:WarningSign.gif|30px|left|top-align|]]
 +
:: {| class="wikitable" style="color:yellow; background-color:red;" cellpadding="10"
 +
|'''Warning''': No waranties are made as to the stability of these builds nor that any particular feature is fully implemented - use at your own risk!
 +
|}
  
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 [[Papyrus-RT/User Guide/Eclipse Installer | 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 [[Papyrus-RT/User_Guide/Eclipse_Installer#Set_up_the_Papyrus-RT_configuration | 4.1: Set up the Papyrus-RT configuration]] :
 
To use this setup file, follow the instructions for [[Papyrus-RT/User Guide/Eclipse Installer | 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 [[Papyrus-RT/User_Guide/Eclipse_Installer#Set_up_the_Papyrus-RT_configuration | 4.1: Set up the Papyrus-RT configuration]] :
  
<span style="color: black; background-color: yellow; border-color: red; border-style: solid; padding-left: 1em; padding-right: 1em; padding-top: 2px; padding-bottom: 2px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><nowiki>http://git.eclipse.org/c/papyrus-rt/org.eclipse.papyrus-rt.git/plain/releng/org.eclipse.papyrus-rt.oomph/setups/Papyrus-RT_Dev.setup</nowiki></span>
+
<span style="color: black; background-color: yellow; padding-left: 1em; padding-right: 1em; padding-top: 2px; padding-bottom: 2px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><nowiki>https://www.eclipse.org/papyrus-rt/content/setup/papyrus-rt-tester.setup</nowiki></span>
  
 
Note that the resulting product will be named "'''Papyrus-RT Development Testing'''".
 
Note that the resulting product will be named "'''Papyrus-RT Development Testing'''".
  
In the "Product Version" selection box, you will have two options:
+
Once installed, please use "Check for Updates" to get new versions. Note that, by design, this build can be updated multiple times during the day.
 
+
* 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.
+
  
== 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 27: Line 36:
 
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 33: Line 42:
 
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).

Latest revision as of 13:20, 17 November 2016

PapyrusForRealTime-Logo-Icon.png


{DEPRECATED} Tester Guide


This page has been deprecated - please go to the New Tester page


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 under-development versions of Papyrus-RT by using a specific installation setup file. This setup file allows testers to install the latest successful development build.

WarningSign.gif
Warning: No waranties are made as to the stability of these builds nor that any particular feature is fully implemented - use at your own risk!


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 :

https://www.eclipse.org/papyrus-rt/content/setup/papyrus-rt-tester.setup

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

Once installed, please use "Check for Updates" to get new versions. Note that, by design, this build can be updated multiple times during the day.

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