LoadWise

Load Testing reuses functional test scripts

Version 0.6

Windows XP+

Install JRubyShell

JRubyShell is the LoadWise Runtime, which can be used to execute (from command line) load test scripts created by LoadWise IDE. JRubyShell is available on Windows, Linux and Mac platforms.

Prerequisite:

* Java 1.5 or above installed and in PATH

Windows Platform

  1. Download JRubyShell installer for windows*: jrubyshell-0.x-setup.exe
  2. Run setup, accept all default options.

JRubyShell is installed to c:\jrubyshell by default.

Linux and Mac

  1. Download JRubyShell*: jrubyshell-0.x.zip
  2. Unzip jrubyshell-0.X.zip to a local folder
  3. Set Environment Variable JRUBYSHELL_HOME*
    export JRUBYSHELL_HOME=/user/local/jrubyshell
  4. Append jrubyshell/bin into PATH*
    PATH=$PATH:/usr/local/jrubyshell/bin