You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 12
Next »
Video Player QA Test Plan
Environments
Unable to render {include} The included page could not be found.
General QA Guidelines
General Use
- Does the tool behave the way that you would expect?
- Are you surprised by anything?
- Does something take longer than you would expect?
- When the tool does something unexpected or takes too long to do something, does the tool provide appropriate feedback?
QA Tests
Protocol
Perform the following tests using each browser/system environment. Report issues at: http://issues.fluidproject.org/secure/Dashboard.jspa
Unit Test
________________________________________________________
Protocol
Launch the following website to execute unit tests.
Video Player Test Suite:
http://build.fluidproject.org/videoPlayer/videoPlayer/tests/all-tests.html
Manual Tests
________________________________________________________
Description
Ensures that the component properly functions on the aspects that are not covered by the integration test.
Protocol
Perform these tasks on the following site, perform the tests in order.
Video player sample:
One video player per page
Multiple video players per page
Mouse Functionality
Procedure |
Expected Results |
Load the "One video player per page" demo in a browser window. |
- The page shows the video player container.
- The video should not play automatically.
- The video player container shows a "Play" symbol overlay. FLUID-4599
- The control menu is not visible.
- The transcript area is not visible.
- No captions are displayed.
|
Using the mouse, hover over the video player. |
- On hover, the scrubber bar and control buttons appear.
- The "Play" symbol overlay does not disappear. FLUID-4599
|
Move the mouse away from the video player. |
- The scrubber bar and control buttons disappears.
- The "Play" symbol overlay remains. FLUID-4599
|
Test 3: Mouse, Click caption button
- Procedure
- Using the mouse, click caption button
- Expected Results
- The caption menu shows up with these menu items: show caption, the available caption languages
Test 4: Mouse, Show caption
- Procedure
- Using the mouse, click "show caption" menu item
- Expected Results
- The caption button is highlighted in yellow
Test 5: Mouse, Click transcript button
- Procedure
- Using the mouse, click transcript button
- Expected Results
- The transcript menu shows up with these menu items: show transcript, the available transcript languages
Test 6: Mouse, Show transcript
- Procedure
- Using the mouse, click "show transcript" menu item
- Expected Results
- The transcript area shows up
- The transcript button is highlighted in yellow
Test 7: Mouse, Click on the scrubber bar
- Procedure
- Complete Test 1
- Click somewhere on the scrubber bar
- Expected Results
- From the beginning of the scrubber bar to where the click happens, the background color turns yellow
- The start time on the time box gets updated to a reasonable new time reflecting the click location
- The video jumps to another clip reflecting the click location
- The caption shows up with the text that's associated with the new video clip
- The transcript text scrolls to the transcript text that's associated with the new video clip
Test 8: Mouse, Repeat Test 7 to click somewhere else on the scrubber bar. Make sure the results are expected