Before you can use Manual Tester files with TestManager, you must
create the related type of test script in TestManager.
To create a test script type:
- In TestManager, select .
- In the Manage Test Script Types dialog box, select New.
- In the New Test Script Type dialog box, enter the name for the
new test script type.
- Click the Console Adapter Type tab.
- Select Use the command line console adapter.
- In the New instance command line field,
enter the full path to the rtMt.exe file that runs IBM Rational Manual Tester.
Enclose the path in double quotes. If you installed Manual Tester in the default
location, enter "c:\Program Files\IBM\Rational\SDP\6.0\ManualTest\eclipse\rtMt.exe"
- In the Edit instance command line field,
enter the full path in double quotes, add a space and {testscriptpath}.
If you installed Manual Tester in the default location, enter "c:\Program
Files\IBM\Rational\SDP\6.0\ManualTest\eclipse\rtMt.exe" {testscriptpath}
- Click the Execution Adapter Type tab.
- Click Use the command line execution adapter.
- In the Execution command line field, enter
the full path in double quotes, add a space, -x, a space
and {testscriptpath}, including the curly braces. If you
installed Manual Tester in the default location, enter "c:\Program
Files\IBM\Rational\SDP\6.0\ManualTest\eclipse\rtMt.exe" -x {testscriptpath}
Note: Omitting spaces in the syntax of steps 6, 7 and 10 causes unpredictable
results in both Manual Tester and TestManager.