Bug #1579
Robustness missing audio files
Status: | New | Start date: | 2016-02-16 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Nicholas Jillings | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
The test crashes if one of the audio files in the whole test cannot be found. Perhaps a better handling would be to display an alert with the missing file name (as early as possible, e.g. at the start of the test as soon as the file is not found).
Especially problematic with a large test where a typo would only trigger an error in some cases (e.g. one of the 18 pages has a typo in it, and only 3 pages are selected for each test).
History
#1 Updated by Nicholas Jillings almost 9 years ago
It should throw a console message saying it could not load an audio file.
The entire alert system should be updated anyway, using the HTML alert is not robust anyway compared to an on-page alert.