Merge lp:~elfy/ubuntu-manual-tests/gmusicbrowser into lp:ubuntu-manual-tests

Proposed by Elfy
Status: Merged
Merged at revision: 231
Proposed branch: lp:~elfy/ubuntu-manual-tests/gmusicbrowser
Merge into: lp:ubuntu-manual-tests
Diff against target: 66 lines (+62/-0)
1 file modified
testcases/packages/gmusicbrowser (+62/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/gmusicbrowser
Reviewer Review Type Date Requested Status
Elfy (community) Approve
Review via email: mp+185076@code.launchpad.net

Description of the change

pad written testcase

To post a comment you must log in.
Revision history for this message
Elfy (elfy) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/gmusicbrowser'
2--- testcases/packages/gmusicbrowser 1970-01-01 00:00:00 +0000
3+++ testcases/packages/gmusicbrowser 2013-09-11 14:53:35 +0000
4@@ -0,0 +1,62 @@
5+Manual testcase for Gmusicbrowser
6+<dl>
7+ <dt>Open gmusicbrowser</dt>
8+ <dd>gmusicbrowser launches</dd>
9+</dl>
10+The following tests expect you to be on the Songtree view (launched by default on first launch) unless otherwise specified.
11+This test ensures you are able to set up a collection
12+<dl>
13+ <dt>Click on the Settings icon (top-right corner) and select Library -> Add music</dt>
14+ <dt>Select a directory with media files inside and click "OK"</dt>
15+ <dd>Songs are added to the library and become visible in the Songtree view, grouped according to the tags in the media files</dd>
16+</dl>
17+This test ensures you are able to update your collection
18+<dl>
19+ <dt>Add more music to the folder you selected for your library</dt>
20+ <dt>Click on the Settings icon (top-right corner) and select Library -> Rescan collection</dt>
21+ <dd>Songs are added to the library and become visible in the Songtree view, grouped according to the tags in the media files</dd>
22+</dl>
23+This test ensures you are able to add new folders containing music your collection
24+<dl>
25+ <dt>Click on the Settings icon (top-right corner) and select Settings</dt>
26+ <dt>In the Library tab, click "Add folder" and select another folder (than the one that's already in the listview above) that contains music</dt>
27+ <dt>Hit the "scan now" button below</dt>
28+ <dd>Songs are added to the library and become visible in the Songtree view, grouped according to the tags in the media files</dd>
29+</dl>
30+This test ensures you are able to play and queue media files
31+Please note that you will need additional codecs to play certain media files, including MP3 -files. Please install the package 'xubuntu-restricted-extras' before reporting a bug if any media file can't be played.
32+<dl>
33+ <dt>Double-click a track</dt>
34+ <dd>The track is played</dd>
35+ <dt>Click the "Queue" tab on the left sidebar</dt>
36+ <dt>Drag-and-drop a track to the queue area or double-middle-click a song in the list</dt>
37+ <dd>After the current track has finished playing, the next track from the queue starts playing</dd>
38+</dl>
39+This test ensures you are able to search from your collection
40+<dl>
41+ <dt>Type a search term in the search box in the top-right search box</dt>
42+ <dd>The tracks in the Songtree view are filtered based on your search</dd>
43+ <dt>Click the "X" icon on the search box or press Esc</dt>
44+ <dd>The Songtree view is reverted back to showing all of your collection</dd>
45+</dl>
46+This test ensures you are able to switch the display mode correctly
47+<dl>
48+ <dt>Click one of the four icons left of the search-box (from left to right: Simple list, Songtree, Mosaic, Fullscreen)</dt>
49+ <dd>The view changes according to your selection</dd>
50+</dl>
51+This test ensures you are able to sort your collection
52+<dl>
53+ <dt>Go to the Songtree-view</dt>
54+ <dt>Right-click the header-row and go to the "Sort by" submenu and create a custom sort-mode</dt>
55+ <dd>The tracks in the Songtree view are sorted based on your sort-mode</dd>
56+</dl>
57+This test ensures the installed plugins are working as expected
58+Please note that in order for these plugins to work correctly, you need to be connected to the internet.
59+<dl>
60+ <dt>Click on the "Lyrics" tab on the left sidebar</dt>
61+ <dd>If the tracks have lyrics and they are found from the various lyrics online sites that gmusicbrowser queries subsequently, the lyrics are shown</dd>
62+ <dt>Click on the "Album" tab on the left sidebar</dt>
63+ <dd>If information about the album is found from the web-based allmusic-service, an album-review and additional information is shown. Otherwise, the text "No results found" is shown.</dd>
64+ <dt>Click on the "Artist" tab on the left sidebar</dt>
65+ <dd>If information about the artist is found from the web-based last.fm-service, artist biography information, events or similar artists is shown. Otherwise, the text "No results found" is shown.</dd>
66+</dl>

Subscribers

People subscribed via source and target branches