Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RSE 1.0 Test Instructions"

Line 43: Line 43:
 
== Step 5: Basic Sanity Check ==
 
== 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. Feel free to also explore RSE on your own a little bit. The actual sanity check depends a bit on your configuration (minimal or full install, update site or download, what subsystem types to use). As an example, here is the sanity check I'm doing:
 
All testers, regardless of their main test signup, are encouraged to do a 30-minute sanity check of the most common actions in RSE. Feel free to also explore RSE on your own a little bit. The actual sanity check depends a bit on your configuration (minimal or full install, update site or download, what subsystem types to use). As an example, here is the sanity check I'm doing:
 +
 +
* Download and extract into H:\RSETest\1.0M5
 +
** eclipse-platform-3.2, org.eclipse.cdt-sdk-3.1.0, RSE-runtime-core, RSE-runtime-dstore, RSE-runtime-remotecdt
 +
* Dbl click eclipse, workspace = H:\RSETest\1.0M5\workspace
 +
* Open Perspective Remote System Explorer
 +
* New Connection, Linux, Server-Launcher=Rexec, Finish
 +
* Expand My Home/RSETest/1.0M5 ; New Filter, Next, name="Test1.0M5"
 +
* 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
 +
* 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
 +
  
 
== Step 6: Do your special test assignment ==
 
== Step 6: Do your special test assignment ==
  
 
Detailed instructions will be posted on the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/tests/org.eclipse.rse.tests.manual/manual_tests.html?rev=HEAD&cvsroot=DSDP_Project&content-type=text/html RSE Manual Test Plan].
 
Detailed instructions will be posted on the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/tests/org.eclipse.rse.tests.manual/manual_tests.html?rev=HEAD&cvsroot=DSDP_Project&content-type=text/html RSE Manual Test Plan].

Revision as of 06:21, 22 September 2006

Step 1: Download Prerequisites

RSE has been compiled against the Callisto 3.2 releases:

We aniticipate that Callisto 3.2.1 will be available at the time of testing, so we encourage testers to use the 3.2.1 stream equivalents instead:

  • Eclipse Platform 3.2.1
  • CDT 3.1.1 for Remotecdt
  • EMF 2.2.1 for Discovery

Although not officially supported, we'd appreciate if somebody could also run a test pass against Eclipse Platform 3.3M1 or Eclipse Platform 3.3M2. The majority of testing should occur on the 3.2.1 stream though.

Step 2: Install RSE

  • Testers assigned to install from the update site please use http://download.eclipse.org/dsdp/tm/testUpdates
    • You know how to do it: Help > Software updates > Find and Install > New Remote Site
  • Dstore server packages as well as full downloads are on the RSE 1.0M5 download page.

Step 3: Record your Test Environment

As the first step after installation, please record your exact test environment, and update your entry in the RSE 1.0 Testing table to record the exact OS and JVM versions:

  • 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.
  • On my system, the most interesting lines you may need to fill in the OS and JVM info on the testing page 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):

  • 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
  • cat /etc/*-release
    Red Hat Enterprise Linux WS release 4 (Nahant Update 3)
  • java -version
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

Step 4: Prepare for Bug Reports

  • Click this link to file bug reports
  • Edit the "Platform", "OS" and "Dscription" fields to match your setup, then press the Remember values as bookmarkable entry button.
  • In Firefox, 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! - Please 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 ;-)

As the testing progresses, we will post an RSE 1.0 Testing Bug Hitlist with the most obvious or frequently reported bugs, such that you can avoid filing the same bug again that somebody else already has. But in general, 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. Feel free to also explore RSE on your own a little bit. The actual sanity check depends a bit on your configuration (minimal or full install, update site or download, what subsystem types to use). As an example, here is the sanity check I'm doing:

  • Download and extract into H:\RSETest\1.0M5
    • eclipse-platform-3.2, org.eclipse.cdt-sdk-3.1.0, RSE-runtime-core, RSE-runtime-dstore, RSE-runtime-remotecdt
  • Dbl click eclipse, workspace = H:\RSETest\1.0M5\workspace
  • Open Perspective Remote System Explorer
  • New Connection, Linux, Server-Launcher=Rexec, Finish
  • Expand My Home/RSETest/1.0M5 ; New Filter, Next, name="Test1.0M5"
  • 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
  • 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


Step 6: Do your special test assignment

Detailed instructions will be posted on the RSE Manual Test Plan.

Back to the top