viglesiasce / tl_RC1

RC1 Release with enhancements
GNU General Public License v2.0
2 stars 0 forks source link

=============================================================== TestLink 1.9 RC1 - Read me

Contents

  1. Introduction

  2. Release notes

  3. System Requirements

  4. Installation

  5. Upgrade and Migration

  6. TestLink Team

  7. Bug Reports and Feedback

  8. Introduction

TestLink is a web based test management and test execution system. It enables quality assurance teams to create and manage their test cases as well as to organize them into test plans. These test plans allow team members to execute test cases and track test results dynamically.

TestLink is a GPL licensed open source project. All of the source code behind TestLink is freely available for download via SourceForge at http://www.sourceforge.net If you are interested in contributing to the TestLink effort feel free to contact us. There is no hidden fee - 100% free for using!

  1. Release notes

This is release candidate of final and stable release and we recommend to update from older version.

New features within 1.8:

See CHANGELOG file for detailed list.

  1. System Requirements - server

Server environment should consists from:

Supported client web-browsers:

  1. Installation

    The following details the basic steps for installation on any
    system. Instructions may seem unix-centric but should work on Windows systems.

Barring complications, it should take you about 10-20 minutes to install, configure, and be using TestLink.

Short summary:

  1. Transfer files
  2. Uncompress files
  3. Launch web based installer
  1. First, transfer the file to your web-server using whatever method you like best (ftp, scp, etc). You will need to telnet/ssh into the server machine for the next steps.

  2. Next, untar/gunzip it to the directory that you want. The usual command is (1 step):

    tar zxvf

OR (2 steps):

gunzip <filename.tar.gz>
tar xvf <filename.tar>

Total Commander, Winzip, and other programs should also be able to handle decompression of the archive.

At this point you may want to rename the directory to something different to 'testlink'. You should allow write access for logging, upload and template directories.

  1. Launch web based installer We will create the necessary database tables and a basic configuration file. From your web server, access http://yoursite/testlink/ or similar URL and follow instructions.

Check Installation manual and TestLink forum if you meet a problem.

  1. Upgrade and Migration

    When accessing Installer page you will found following options:

    • New Installation
    • Migration from 1.8 to 1.9

    Steps

    • Make a Backup of your current database.
    • Using a NEW DIRECTORY (DO NOT OVERWRITE your old installation),
      do only following steps from Install procedure: Transfer files Uncompress files
    • Copy your old config_db.inc.php and custom_config.inc.php to NEW DIRECTORY.
    • Launch TestLink
    • TestLink will check Database version, and if some upgrade/migration is needed will launch automatically the installer.

    If you are updating a same major version (for example 1.7.0 to 1.7.1) you need to use Upgrade Database.

    If you are using a different major version detailed in options,
    you need to use the specific Migrations.

    If in some steps TestLink ask you for two databases, NEVER use same name from both.

    If you do not find nothing useful, post in forum

    Always before login, after an upgrade/migration clear browser cookies.

  2. TestLink Team

This list comprise people that has helped

--- Most Active on this release

--- Contributors and developers active on other releases ---

--- TestLink - QA - for 1.9 RC1

--- Code reuse ---
We try to follow as much as possibile the following principle: Do not reinvent the wheel. We use code, and documentation from other Open Source Systems (see CODE_REUSE document for details).

  1. Bug Reports and Feedback

You may contact us at the TestLink forum at http://www.teamst.org/

If you found this software useful for your company please post in forum on section "Companies using TestLink".

To submit a bug or a feature, please use our Mantis installation at http://www.testlink.org/mantis/.