-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from Section508Coordinators/kengdoj-16.1-2-fa…
…il-2 Test case and file for 16.1-2-fail-2
- Loading branch information
Showing
3 changed files
with
400 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: Audio-Only (Prerecorded) - Transcript provided as an image of text (with equivalent text alternative) | ||
|
||
|
||
# The Test Case ID should follow the pattern: | ||
# TC[Baseline Test Procedure #]-[Test Instruction #]- | ||
# [Expected Result (pass/fail/dna)]-[example #], e.g., TC05.1-1-fail-1 | ||
tcid: TC16.1-2-fail-2 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
# Baseline test | ||
descr: | | ||
Detect existence of a text transcript for audio-only content. | ||
The code sample contains audio-only content and an image of text for the transcript with equivalent text description. A successful test should identify a fail for Baseline 16.1-AudioOnlyTranscript because the transcript is not text. | ||
# Reference and link to the applicable ICT Baseline test | ||
app-baseline: | | ||
[16.1 Test Procedure for Audio-only (Prerecorded)](https://section508coordinators.github.io/ICTTestingBaseline/16AudioVideo.html#161-test-procedure-for-audio-only-prerecorded) | ||
**Baseline Test ID:** 16.1-AudioOnlyTranscript | ||
**Test Instruction:** 2 | ||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: FAIL | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The transcript provided for audio-only content is an image. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF16/16.1-2-fail-2.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
| **IC-1** | Pre-recorded audio-only content. | There is audio-only content. | | ||
| **16.1-1** | Check that the content provides transcript(s) for audio-only content. [SC 1.2.1] | Pass | | ||
| **16.1-2** | Check that the transcript is text (i.e., an image of a transcript would not be sufficient to pass this test). | Fail, the transcript is not text. It is an image with equivalent alternative text. | | ||
| **Result** | If any of the above checks fail, then Baseline Test 16.1-AudioOnlyTranscript fails. | Fail | |
Oops, something went wrong.