Download

Download qaTools

Installation Instructions

  1. Click the download link above to begin the installation
  2. This link will take you to a download page where you will be prompted to save the file
  3. Save the file to a location of your preference and wait for file to download completely
  4. Unpackage the .tar.gz file
  5. You will see there are three directories: utils, toolkit, and saturn. Each of these must be built seperately in that order
  6. Enter the util/[version]/src directory
  7. Read the README file
  8. Execute the following instructions in a command line shell:
    • perl Build.PL (you may have to use sudo if you are not the root user)
    • ./Build
    • ./Build test
    • ./Build install
  9. Repeat steps 6 - 8 in the toolkit and saturn directories

Once all 3 projects are installed, you can begin running saturn scipts or using the toolkit tools from the command line.

Plugin Installation

  1. If you have not already installed Eclipse, download it from here
  2. Once you have Eclipse installed open it
  3. Click "Help > Install New Software..." to open the installation wizard
  4. From the default download release site, select and install the GMF and EMF frameworks from within the 'Modeling' category
  5. Once these are installed open the installation wizard again
  6. In the Work With combo box, enter: https://downloads.sourceforge.net/project/qatools/plugin
  7. Select and install the 'STP QATools' bundle

You can now create .saturn files using this plugin, which can then be executed from the command line once saturn is installed.