Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the latest Windows Installer (dm-unittest-harness-X.X-X-setup.exe) from . See Accessing the MettleCI software websiteSoftware Distribution.

  2. Run dm-unittest-harness-X.X-X-setup.exe using a user with Administrator privileges

  3. Allow Unit Test Harness installer to make changes on the “User Account Control” screen

  4. Click next at the welcome screen

  5. Select a location to install Unit Test Harness. This location is used for storing the uninstaller

  6. Select Mettle Home location. This screen will only appear if you install MettleCI Unit Test Harness before MettleCI Workbench

  7. Select DataStage Home directory.

  8. Congratulations! Installation of MettleCI Unit Test Harness is now completed

Automated Installation

The installation of MettleCI Unit Test Harness version 1.0-353 and later can be automated via the /S option:

Code Block
Usage: 
start "" /wait <Unit Test Harness EXE file> /S /mcihome <MettleCI Home> /uthome <path/to.unittestharness> /dshome <path/to/datastage/home>

Sample output:

Code Block
C:\>start "" /wait dm-unittest-harness-1.0-353-setup.exe /S /mcihome C:\dm\mci /uthome C:\dm\mci-unittest-harness /dshome C:\IBM\InformationServer\Server\DSEngine

MettleCI Unit Test Harness installation completed

C:\>echo %errorlevel%
0

Enable MettleCI Unit Testing for DataStage projects

...