Ignore:
Timestamp:
07/25/12 14:57:05 (10 months ago)
Author:
jeroen
Message:

added basic test cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jw6/test/aac.html

    r2318 r2323  
    22<html> 
    33<head> 
    4     <title>Single AAC File</title> 
    5     <script type="text/javascript" src="../jwplayer.js"></script> 
     4    <title>Playing an AAC audio file</title> 
     5    <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 
    66    <link type="text/css" rel="stylesheet" href="assets/style.css"  media="all" /> 
    77</head> 
    88<body> 
    99 
    10 <h1>Single AAC File</h1> 
     10<h1>Playing an AAC audio file</h1> 
    1111<div class="all">List of test devices</div> 
    12 <p>This test consists of a basic setup with a single AAC audio file. A small but broad set of cases is tested to check basic video playback functionalities.</p> 
     12<p>This test consists of some basic setups with a single AAC audio file. A small but broad set of cases is tested to check basic audio playback functionalities.</p> 
    1313 
    1414 
     
    3535</tr><tr> 
    3636    <td class="both"></td> 
    37     <td>Click/touch to play</td> 
    38     <td>Audio should first buffer, then play. Poster should stay visible.<br/>Play icon should hide, controlbar should show up.</td> 
     37    <td>Click/touch display to play</td> 
     38    <td>Audio should first buffer, then play. Poster should stay visible.<br/>Play icon should hide, controlbar should show up.<br/>Controlbar should not contain a fullscreen button.</td> 
    3939    <td class="check"></td> 
    4040</tr></table> 
     
    5858    <td class="both"></td> 
    5959    <td>Initial page load</td> 
    60     <td>Controlbar should be visible on page background. No poster/display/icon/logo.</td> 
     60    <td>Only controlbar should be visible. No display/logo.<br/>Controlbar should extend to edges on top of page background.</td> 
    6161    <td class="check"></td> 
    6262</tr><tr> 
    6363    <td class="both"></td> 
    64     <td>Click/touch to play</td> 
     64    <td>Click/touch play button</td> 
    6565    <td>Audio should first buffer, then play.<br/>Controlbar should remain visible after mouseout.</td> 
     66    <td class="check"></td> 
     67</tr><tr> 
     68    <td class="desktop"></td> 
     69    <td>Mouse over controls</td> 
     70    <td>Timeslider and volume tooltips should not appear.</td> 
    6671    <td class="check"></td> 
    6772</tr></table> 
Note: See TracChangeset for help on using the changeset viewer.