;=========================================================================== ; ; Module : CDManl7.txt ; Author : a-prestp ; Date : 3/2/96 ; ; This is an overhaul of JohnMil's original tests, so that the new HCT's ; will be able to do all of it's MCI testing in 11 tracks, instead of the ; origianl 30 audio tracks. ; ; Docs on how to write these tests will be forth coming, as soon as I ; get some free time. The original rules for writing these have been lost ; in the mists of time, and they need to be redone. ; ; ;=========================================================================== ; ; ; ;==================== TestCase TC_CD_SANITY ;==================== ; close all * open cdaudio alias %alias% 0 * set %alias% time format tmsf 0 seek %alias% to 2 wait 0 status %alias% position 0 ?Is the position displayed in the beginning of track 2? play %alias% 0 ? Wait a few seconds. Did you hear 'This is the first audio track...'? seek %alias% to end wait 0 status %alias% position 0 ?Does the position displayed correspond to the end of the CD on track 11 ? seek %alias% to 7 wait 0 status %alias% current track 0 7 play %alias% 0 status %alias% position 0 ?Does the current position seem reasonable? (should be on track 7 or soon after. status %alias% position 0 ?Is the current position an appropriate amount after the last position returned? seek %alias% to 3 0 play %alias% 0 ?Wait for a few seconds, then select 'yes' to pause playback. Did you hear 'Track 3. In 1949, a nationally...'? pause %alias% 0 ?Has the audio playback paused? play %alias% 0 ?Did the audio start up again from where it left off? play %alias% from 4 to 5 0 ?Let the CD play until it stops. Did you hear, 'The following recording...' and no 'Track 5, In 1985...' ? play %alias% from 5 to 7 0 ?Wait for ~8 seconds. Did you hear 'Track 5, In 1981...', then 'Track 6, In 1977, the President of...' ? seek %alias% to 11 wait 0 play %alias% 0 ?Listen until playback stops. Did you hear 'Track 11. In 1968, a researcher...' once? stop %alias% 0 seek %alias% to start 0 close %alias% 0