- 基本情報
- プロジェクト管理
- ドキュメント
- 変更影響分析を使用する
- テスト ケースを作成する
- テスト ケースを要件に割り当てる
- テスト ケースを複製する
- テスト ケースをエクスポートする
- Studio のテスト ケースを Test Manager にリンクする
- テスト ケースを削除する
- 手動テスト用のテスト ケース
- 手動テスト用のテスト ケースをインポートする
- Task Capture でテスト ケースを文書化する
- パラメーター
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- フィルターとビューを適用する
- Test Cloud のアクセシビリティ テスト
- Autopilot で検索する
- プロジェクトの運用とユーティリティ
- Test Manager の設定
- ALM ツールとの連携
- API 連携
- トラブルシューティング
Test Manager ガイド
アクセシビリティ テストでは、Web ページのアクセシビリティの適合性を開発とリリースのサイクル全体を通して継続的にテストおよび検証できるため、デジタル インクルージョンを確保し、リスクを軽減し、問題を迅速に修正できます。
Accessibility testing is available in Test Manager when delivered with Test Cloud.
前提条件
Studio Desktop 2025.10.4以上UI Automation Activities 25.10.26or higher (which includes the Accessibility Check activity).- Test Cloud を介して提供される Test Manager
- Permissions enabled for users who generate the Accessibility Testing report:
TestExecution.Edit,TestExecution.Create. - Permissions enabled for users who view the Accessibility Testing report:
TestExecution.Read.
エンドツーエンドのフロー
UI Automation Activitiesパッケージ (25.10.26 以降) がインストールされ、Studio インスタンス (2025.10.4 以降) にインストールされ、有効化されていることを確認します。- Create a Studio automation project which aims at testing whether a webpage meets accessibility requirements. As part of the Studio project, configure a workflow which includes the Accessibility Check activity.
- Integrate your Studio project with your Test Manager instance.
- Test Manager でプロジェクト/オートメーションを実行します。
- Test Manager でアクセシビリティ レポートを確認またはダウンロードします。
サポートされている規格
アクセシビリティ テストでは、Web アプリケーション (直接 URL) が WCAG 2.1 標準 (またはそれ以降) に準拠しているかどうかを確認するプロセスを自動化します。特にレベル A と AA に重点を置いています。
テキストベースのプロンプトを追加して、ビジネス、UX、またはアクセシビリティのルールを定義できます (「すべての CTA ボタンのユーザー向け代替テキストがブランド トーンと一致していることを確認してください」)。
アクセシビリティ テストには以下のチェックが含まれますが、これらに限定されません。
DOMと視覚的なアクセシビリティを分析します。- コントラスト比を確認します。
ALTタグが欠落していないか確認します。- タブ オーダーを確認します。
- 不適切な
ARIAロールがないか確認します。 - オーバーレイまたは境界ボックスを使用して、画面上の問題のある UI 領域を強調表示します。
報告
The Accessibility Testing report in Test Manager:
- 関連するテスト ケースに自動的にアップロードされ、テスト実行にリンクされます。アップロード操作が完了すると、ユーザーに通知が送信されます。
- Can be consulted in the Reports tab of a test case execution.
- XLSX 形式でダウンロードできます。
The Accessibility Testing report does not show a Pass/Fail indicator. However, when including a Verify activity in the workflow, after the Accessibility Check activity, you can specify the criteria for Pass/Fail, and consult the result in the output of the Verify activity.
An Accessibility Testing report is generated per test execution, and it includes:
- 統計情報の概要 (重大度とルール別にグループ化された問題の合計数)
- ルール ID、タグ、またはページ別の分析のスナップショット
- ページ タイトルとメタデータ
- (違反したルールに基づく) 問題のリスト、重大度に基づく問題の色分け、各問題の解決策の提案などの詳細を含む中央のセクション
To consult an Accessibility Testing report, follow these steps.
- Go to the Execution tab and select an execution.
- Select a test case, and from the Reports tab, consult the Accessibility Testing report.
- Total issue: pie chart distributed by severity (Critical, Serious, Moderate, Minor)
- Issue impact by: horizontal bar chart filtered by Rule ID, Page or Tag
- All Issues: multi-select table with expandable details for each issue, which can be filtered by Impact, Rule ID, Tag, or Page.
Figure 1. Accessibility Testing report - issue details

To download an Accessibility Testing report in XLSX format, select one or more issues from the All Issues table. Then, in the upper, right-hand side of the All Issues table, select Download. The report includes the following information: issue, Rule ID, Page URL, Impact, Description, Failure Summary, Target, and HTML.