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 "TM 2.0 Test Instructions"

m (RSE 2.0 Test Instructions moved to TM 2.0 Test Instructions)
Line 1: Line 1:
Nav: [[DSDP/TM]] | [[RSE 2.0 Testing]] | RSE 2.0 Test Instructions | [[RSE 2.0 Known Issues and Workarounds]] | [[RSE Manual Test Plan]]
+
Nav: [[DSDP/TM]] | [[TM 2.0 Testing]] | TM 2.0 Test Instructions | [[TM 2.0 Known Issues and Workarounds]] | [[TM Manual Test Plan]]
 
<hr/>
 
<hr/>
  
 
== Latest News ==
 
== Latest News ==
  
* <font size="+1">'''See [[RSE 2.0 Known Issues and Workarounds]] now''' for other known bugs and how to avoid them.</font>
+
* <font size="+1">'''See [[TM 2.0 Known Issues and Workarounds]] now''' for other known bugs and how to avoid them.</font>
  
 
== Test Procedure ==
 
== Test Procedure ==
Line 19: Line 19:
 
The minimum installation is to get Eclipse-platform-3.3Mx, and then install RSE-runtime-core from the update site. To do something useful, you'll also need your choice of either FTP, or SSH, or the examples (one or more of them)
 
The minimum installation is to get Eclipse-platform-3.3Mx, and then install RSE-runtime-core from the update site. To do something useful, you'll also need your choice of either FTP, or SSH, or the examples (one or more of them)
  
=== Step 2: Install RSE ===
+
=== Step 2: Install TM / RSE ===
* The [http://download.eclipse.org/dsdp/tm/downloads/ RSE download page] has all packages, mirrored to at least 18 mirrors.
+
* The [http://download.eclipse.org/dsdp/tm/downloads/ TM download page] has all packages, mirrored to at least 18 mirrors.
 
** The simplest is to download and install the SDK, it has all components to test
 
** The simplest is to download and install the SDK, it has all components to test
 
** If you dont want programmer examples or ISV docs, you can also pick the runtime packages
 
** If you dont want programmer examples or ISV docs, you can also pick the runtime packages
Line 27: Line 27:
 
** You know how to do it: Help > Software updates > Find and Install > New Remote Site
 
** You know how to do it: Help > Software updates > Find and Install > New Remote Site
 
** Pick the SDK, or the runtime just as you like
 
** Pick the SDK, or the runtime just as you like
** When testing dstore: the Dstore server packages (rseserver-*) must be obtained from the RSE 1.0RC1 download page.
+
** When testing dstore: the Dstore server packages (rseserver-*) must be obtained from the TM download page.
  
 
=== Step 3: Record your Test Environment ===
 
=== Step 3: Record your Test Environment ===

Revision as of 10:31, 13 February 2007

Nav: DSDP/TM | TM 2.0 Testing | TM 2.0 Test Instructions | TM 2.0 Known Issues and Workarounds | TM Manual Test Plan


Latest News

Test Procedure

Step 1: Download Prerequisites

RSE has been compiled against the Europa (Eclipse 3.3) milestones.

  • Eclipse 3.3 Platform Downloads - use the "SDK" or the "Platform" bundle, just as you like
  • Optional - Remote CDT Launcher only:
    • Get CDT from the Europa Staging Update Site
  • Optional - Experimental Discovery only:
    • Get EMF from the Europa Staging Update Site
  • Optional - Serial Terminal only
    • Get Sun Javacomm according to the instructions in the serial terminal readme.txt

The minimum installation is to get Eclipse-platform-3.3Mx, and then install RSE-runtime-core from the update site. To do something useful, you'll also need your choice of either FTP, or SSH, or the examples (one or more of them)

Step 2: Install TM / RSE

  • The TM download page has all packages, mirrored to at least 18 mirrors.
    • The simplest is to download and install the SDK, it has all components to test
    • If you dont want programmer examples or ISV docs, you can also pick the runtime packages
    • For testing dstore, you'll need one of the rseserver-* packages.
  • If you prefer installing from the update site, please use http://download.eclipse.org/dsdp/tm/testUpdates (at least 15 mirrors)
    • You know how to do it: Help > Software updates > Find and Install > New Remote Site
    • Pick the SDK, or the runtime just as you like
    • When testing dstore: the Dstore server packages (rseserver-*) must be obtained from the TM download page.

Step 3: Record your Test Environment

As the first step after installation, please record your exact test environment, to ensure we get good bugzilla reports:

  • In Eclipse, choose Help > About Eclipse SDK, press Configuration Details
  • Copy & Paste the configuration into an empty text file, we might need such exact information later when working on bug reports.
  • The most interesting lines in this file are (line numbers and contents vary on your platform, of course):
    • Line 7: eclipse.buildId=M20060629-1905
    • Line 47: java.runtime.version=1.5.0_07-b03
    • Line 77: os.name=Windows XP
    • Line 78: os.version=5.1

On the target side, the following commands are helpful to find out exact system versions (you dont need to issue all of these commands right now):

  • cat /etc/*-release
    Red Hat Enterprise Linux WS release 4 (Nahant Update 3)
  • uname -a
    Linux parser.takefive.co.at 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 athlon i386 GNU/Linux
  • java -version
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

If your test setup changed, please update your entry in the RSE 1.0 Testing round 2 table, and update your bugzilla bug entry template (see below). We'd like to ensure that we get good coverage by asking people to use many different OS and JVM flavors.

Step 4: Prepare for Bug Reports

  • Click this link to check if you are already logged in to Bugzilla.
    If you get a bug entry form, you are logged in already; you can proceed with the next step. Otherwise, Log in or create an account.
  • Click this link to get a sample bug entry template
  • Edit the "Platform", "OS" and "Description" fields to match YOUR setup. The goal is to get YOUR personal customized bug entry template that you'll use to make your reports easily, while conveying all information about your system. When done, press the Remember values as bookmarkable entry button.
  • In Firefox or Internet Explorer, I like to move this bookmark into the Toolbar; that way I can file a new proper bug report with a single button click.

You are ready to go now! - Check the RSE 2.0 Known Issues and Workarounds page once more to ensure you don't duplicate the most obvious known issues. Then, go ahead and file all bugs, glitches or enhancement requests or suggestions in Bugzilla right away. Thanks to your bookmark this will be really fast and easy to do. You may also record bugs against a bad website, unclear testing instructions, bad documentation etc -- file bugs as bugs can ;-)

Also, dont lose time searching for bugs - just file them, it's quick and easy to do.

Step 5: Basic Sanity Check

All testers, regardless of their main test signup, are encouraged to do a 30-minute sanity check of the most common actions in RSE. Please do explore RSE on your own a little bit, with your own assigned configuration - the steps below are just for example what could be done. This is the "exploratory" part of testing: it will help us understand how much the online docs and getting started helps, and thus improve the out-of-box experience. Dont invest more than 30 minutes for this sanity check. Its more important to cover the coordinated test matrix right now. As an example only, here is the sanity check I'm doing:

  • Download and extract into H:\RSETest\2.0M4
    • eclipse-platform-3.3M4, org.eclipse.cdt-sdk-4.0M4, RSE-runtime-core, RSE-runtime-dstore, RSE-runtime-remotecdt
  • Dbl click eclipse, workspace = H:\RSETest\2.0M4\workspace
  • Open Perspective Remote System Explorer
  • New Connection, Linux, Next; Dstore, Launcher params, Server-Launcher=Rexec; Finish
  • Expand My Home/RSETest/2.0M4 ; New Filter, Next, name="Test2.0M4"
  • Select the new filter, Show in table, create new folder "test"
  • Select the test folder, Rightclick > launch shell
  • In shell, enter: cd ../te<ctrl+space>
  • enter: ps -> check icons for output
  • The following works with dstore only:
    • enter: cat
    • Open Processes > My Processes, find "cat" process and kill it
    • From Windows Explorer, Drag&Drop a ZIP archive into the remote test folder
    • In RSE tree, browse into the ZIP archive; dbl click on a text file
    • Copy & paste the text file out of the archive
    • Select the folder above the text file, right-click > Search
  • With the connections still connected, quit & restart RSE (should reconnect)

Step 6: Do your special test assignment

Detailed instructions are currently being written. Please check back here later, and have fun exploring RSE on your own in the meantime.

See the RSE Manual Test Plan

Final Comments

Please edit this page, and leave your comments here. It will help us understand who's actually read up to here and understands how to edit a Wiki :-) - and it will help us improve future testing efforts.

  • Did you like the format of this test?
  • Did you have any difficulties?
  • What could we improve?

Comments for testing round 1

See RSE 1.0 Test Instructions#Comments for testing round 1

Comments

Back to the top