TestManager で Manual Tester ファイルを使用する前に、TestManager でテスト・スクリプトの関連タイプを作成する必要があります。
テスト・スクリプト・タイプを作成する方法は次のとおりです。
- TestManager で、 を選択します。
- 「Manage Test Script Types」ダイアログ・ボックスで、「New」を選択します。
- 「New Test Script Type」ダイアログ・ボックスで、新規のテスト・スクリプト・タイプの名前を入力します。
- 「Console Adapter Type」タブをクリックします。
- 「Use the command line console adapter」を選択します。
- 「New instance command line」フィールドで、IBM Rational Manual Tester を実行する rtMt.exe ファイルへの絶対パスを入力します。パスは二重引用符で囲みます。
Manual Tester をデフォルト位置にインストールした場合は、"c:¥Program Files¥IBM|Rational¥SDP¥6.0¥ManualTest¥eclipse¥rtMt.exe" と入力します。
- 「Edit instance command line」フィールドで、絶対パスを二重引用符で囲んで入力し、スペースと {testscriptpath} を追加します。
Manual Tester をデフォルト位置にインストールした場合は、"c:¥Program Files¥IBM|Rational¥SDP¥6.0¥ManualTest¥eclipse¥rtMt.exe" {testscriptpath} と入力します。
- 「Execution Adapter Type」タブをクリックします。
- 「Use the command line execution adapter」をクリックします。
- 「Execution command line」フィールドで、絶対パスを二重引用符で囲んで入力し、スペース、-x、スペース、および {testscriptpath} を (中括弧も含めて) 追加します。
Manual Tester をデフォルト位置にインストールした場合は、"c:¥Program Files¥IBM|Rational¥SDP¥6.0¥ManualTest¥eclipse¥rtMt.exe" -x {testscriptpath} と入力します。
注: ステップ 6、7、および 10 の構文でスペースを省略すると、Manual Tester と TestManager の両方で予測不能な結果になります。