概要
テスト エクスプローラーは、テスト オートメーションに関連する情報を表示するパネルです。テスト エクスプローラーとそのサブパネルを使用すると、テストのグループ化、デバッグの実行、およびアクティビティのカバレッジの分析を行えます。
一般的な [テスト エクスプローラー] パネルには、テスト オートメーション プロジェクト内のすべてのテスト ケースとワークフローが表示されます。たとえば、データ ドリブンなテスト ケースがある場合、既定では、それらは括弧内にバリエーションの数を付記し、折りたたまれた状態で表示されます (例: TestCaseValues (6)
)。

前提条件
- Studio バージョン 2021.10.1 以降
- Testing アクティビティ v1.4.3 以上
条件
- テスト エクスプローラーの結果情報はセッションベースです。つまり、Studio を閉じると、テスト エクスプローラーに表示される情報はクリアされます。
- テスト ケースは、実行順にテスト エクスプローラーに表示されます。
テスト エクスプローラーを使用する
関連する情報のみを表示するには、テスト エクスプローラーのツールバーを使用し、結果のステートに基づいてテスト結果をフィルター処理します。または、複数のオプションを使用してテスト ケースを再度実行することもできます。

For example, you can use the contextual menu to add, update, and remove test data on your test cases.

以下の表に、[テスト エクスプローラー] パネルで実行できる操作のリストを示します。
Action | Description |
---|---|
Run All in View | You can select multiple test cases before taking an action. Run All In View: Run tests that are currently in view through all filters. Run All: Run all test cases and workflows. Run Selected: Run only selected test cases and workflows. Additionally, you can use the contextual menu by right-clicking a file and selecting Run. Run Failed Test Cases: Run only failed test cases. Debug Selected: Debug only selected test cases and workflows. Additionally, you can use the contextual menu by right-clicking a file and selecting Debug. Debug Failed Test Cases: Debug only failed test cases. Repeat Last Test Run: Run the latest test. |
Passed Test Cases | Show only test cases that have passed. |
Failed Test Cases | Show only test cases that have failed. |
Not Executed Test Cases | Show only test cases that have not been executed. |
Expand/Collapse | Expand or collapse all test cases. |
Clear execution results | Clear all execution results shown in the Test Explorer Panel. |
Refresh | Refresh the information shown in the Test Results panel. You can also use this action to populate Test Explorer with newly added test cases. |
Filter by File Type | Choose what to show in the Test Explorer panel. |
Filter by Editing Status | Choose whether you want to show in progress test cases or workflows that have been ignored from execution. |
Filter by Display Options | Choose whether to show activity coverage or execution time. |
Filter by Covered/Uncovered Activities | Choose whether to show in the Designer panel the activities that have been covered during the execution. |
Search Tests | Use the search function to look for test case names. |
追加のアクション
テストの概要を表示する (例: 合格/失敗したテスト ケースを表示する) 方法について詳しくは、「テスト結果」をご覧ください。
実行中にカバーされたアクティビティを確認するには、「アクティビティ カバレッジ」をご覧ください。
1 年前に更新