- リリース ノート
- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- 診断ツール
- ワークフロー アナライザー
- 変数
- 引数
- インポートされた名前空間
- 制御フロー
- オブジェクト リポジトリ
- ログ
- ScreenScrapeJavaSupport ツール
- Studio でのテスト
- 拡張機能
- トラブルシューティング
概要
Descriptor Coverage is a panel that shows information on object recognition UI elements that have been covered during execution. The coverage results are shown in Test Explorer, in the Descriptor Coverage panel. You can use this panel to view activity coverage when you work with or Object Repository.
記述子のカバレッジを使用するシナリオ
セレクターとオブジェクト リポジトリの UI 要素をテストする場合に使用します。
記述子のカバレッジの結果を分析する
テスト実行時のカバレッジを表示するには、セレクターを含む、またはオブジェクト リポジトリを使用するワークフローを呼び出すテスト ケースを実行する必要があります。
You can analyze selector coverage or debug workflows with failed coverage. If you run all your test cases, the panel shows the number of descriptor references that have passed and provides details on failed selectors. Similarly to Activity Coverage, you can view the activities that have been covered in the Design panel. You can double-click a failed descriptor resolution to go directly to the failed selector, within the workflow.
テスト ケースの場合、記述子のカバレッジ率はテスト ケース実行に含まれるセレクターの総数に対して算出されます。たとえば、テスト ケースにセレクターが含まれており、さらにセレクターを使用するワークフローを呼び出す場合、カバレッジ率はセレクターの合計数に対して算出されます。