Confirmed users
3,816
edits
No edit summary |
|||
Line 15: | Line 15: | ||
* What might be done in a wonderful perfect world i.e. less important stuff that might get timeboxed) | * What might be done in a wonderful perfect world i.e. less important stuff that might get timeboxed) | ||
== | == Things that Must be Done == | ||
=== Functional Tests === | === Functional Tests === | ||
{| class="standard-table" | {| class="standard-table" | ||
Line 115: | Line 115: | ||
| ensure videos obey their space directives for the content they are embedded within | | ensure videos obey their space directives for the content they are embedded within | ||
* make video bigger than space (in div, in table, in frame/span) | * make video bigger than space (in div, in table, in frame/span) | ||
* make video smaller than space | * make video smaller than allotted space | ||
* make video smaller than normal size | * make video smaller than normal size (test aspect ratio is maintained) | ||
* make video much larger than normal size -can you size video outside of content | * make video much larger than normal size -can you size video outside of content | ||
* have the area surrounding a video be determined by an inherited CSS string that is changed after the page loads and autoplay begins such that the new size is too small for the video | * have the area surrounding a video be determined by an inherited CSS string that is changed after the page loads and autoplay begins such that the new size is too small for the video | ||
Line 126: | Line 126: | ||
|} | |} | ||
== Things | === Leak/Thread/Crash Testing === | ||
{| class-"standard-table" | |||
|- | |||
| class="header"|Test Idea | |||
| class="header"|Status | |||
|- | |||
| Test using a completely contained video (i.e. file local on server) | |||
| ? | |||
|- | |||
| Test using a buffered file | |||
| ? | |||
|- | |||
| Test ten videos all in their own tabs and/or windows, playing simultaneously | |||
| ? | |||
|- | |||
| Test ten videos all on the same page, playing simultaneously in different codecs | |||
| ? | |||
|- | |||
| Test ten videos all on the same page, playing simultaneously in the same codec | |||
| ? | |||
|- | |||
| Test corrupted video file | |||
| ? | |||
| Test non-existing video file | |||
| ? | |||
| Test file being served from external https link on a non-SSL page. | |||
| ? | |||
|- | |||
| Test file being served from an external http link on a SSL page | |||
| ? | |||
| Test file being served from chrome link on a content page | |||
| ? | |||
|} | |||
== Things that Should Be Done == | |||
{| class="standard-table" | {| class="standard-table" | ||
|- | |- |