Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

[BRWSR-6519] Removed the first couple of test cases. Edited numbering. #68

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 5 additions & 35 deletions test/test-app/src/manual/framework-split/mediaplayer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -106,37 +106,7 @@
</p>

<h2 align="center">Camera</h2>
<p> Case 1 - Launch MediaPlayer with NO options provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on Play to launch the Player.<br/>
2. Close the Player and verify done event fires.<br/>
<div align="center">
<button onclick="invokeMediaPlayer(0);">
Play
</button>
</div>

<br />
<HR>
<br />

<p> Case 2 - Launch MediaPlayer with only Title provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on Play to launch the Player.<br/>
2. Close the Player and verify done event fires.<br/>
<div align="center">
<button onclick="invokeMediaPlayer(1);">
Play
</button>
</div>

<br />
<HR>
<br />

<p> Case 3 - Pick Video and Launch MediaPlayer with only Video provided</p>
<p> Case 1 - Pick Video and Launch MediaPlayer with only Video provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on the input field to select a video file from <b>camera</b> folder.<br/>
Expand All @@ -156,7 +126,7 @@ <h2 align="center">Camera</h2>
<HR>
<br />

<p> Case 4 - Pick a Video and Launch MediaPlayer with Both Video and Title provided</p>
<p> Case 2 - Pick a Video and Launch MediaPlayer with Both Video and Title provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on the input field to select a video file from <b>camera</b> folder.<br/>
Expand All @@ -176,7 +146,7 @@ <h2 align="center">Camera</h2>
<HR>
<br />

<p> Case 5 - Pick an Audio file and Launch MediaPlayer to play this record</p>
<p> Case 3 - Pick an Audio file and Launch MediaPlayer to play this record</p>
<p> Steps for Testing:</p>
<p>
1. Click on the input field to select an audio file from <b>music</b> folder.<br/>
Expand All @@ -196,7 +166,7 @@ <h2 align="center">Camera</h2>
<HR>
<br />

<p> Case 6 - Pick an Audio file Launch MediaPlayer with Both Audio and Title provided</p>
<p> Case 4 - Pick an Audio file Launch MediaPlayer with Both Audio and Title provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on the input field to select an audio file from <b>music</b> folder.<br/>
Expand All @@ -216,7 +186,7 @@ <h2 align="center">Camera</h2>
<HR>
<br />

<p> Case 7 - Launch MediaPlayer with Title, Image and Audio provided</p>
<p> Case 5 - Launch MediaPlayer with Title, Image and Audio provided</p>
<p> Steps for Testing:</p>
<p>
1. Click on the input field and choose any image from <b>camera</b> folder.<br/>
Expand Down