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

Proposed by Elfy
Status: Merged
Approved by: Dan Chapman 
Approved revision: 272
Merged at revision: 272
Proposed branch: lp:~elfy/ubuntu-manual-tests/1280605
Merge into: lp:ubuntu-manual-tests
Diff against target: 88 lines (+84/-0)
1 file modified
testcases/packages/Xubuntu Indicators (+84/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/1280605
Reviewer Review Type Date Requested Status
Dan Chapman  (community) Approve
Review via email: mp+206582@code.launchpad.net

Description of the change

First draft of testcase for Xubuntu Indicator Panel.

To post a comment you must log in.
lp:~elfy/ubuntu-manual-tests/1280605 updated
272. By Elfy

add power test

Revision history for this message
Dan Chapman  (dpniel) wrote :

Looks good to me, and cool to see Xubuntu transitioning to Gtk3 now :-D

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/Xubuntu Indicators'
2--- testcases/packages/Xubuntu Indicators 1970-01-01 00:00:00 +0000
3+++ testcases/packages/Xubuntu Indicators 2014-02-15 16:16:58 +0000
4@@ -0,0 +1,84 @@
5+This test will check that sound indicator works correctly
6+
7+<em>Requires media to be available for media application and for sound to be working</em>
8+
9+<dl>
10+ <dt>Click sound indicator in panel</dt>
11+ <dd>Sound menu appears</dd>
12+ <dt>Select and click available media application</dt>
13+ <dd>Selected application opens</dd>
14+ <dt>Click play in indicator menu</dt>
15+ <dd>Music plays in selected source</dd>
16+ <dt>Change volume on indicator menu</dt>
17+ <dd>Notification of volume changes appears</dd>
18+ <dd>Volume of playing application changes</dd>
19+ <dt>Press Forward</dt>
20+ <dd>Track playing in source moves forward to next</dd>
21+ <dt>Press Back</dt>
22+ <dd>Track playing in source moves backward to previous</dd>
23+ <dt>Press Pause</dt>
24+ <dd>Track playing in source pauses</dd>
25+ <dt>If choose playlist is available, select new playlist</dt>
26+ <dd>Playlist changes, previous playing track stops, first track in new playlist plays</dd>
27+<em>If more than one media application is available in indicator, complete the above test for each application</em>
28+<dt>Press Sound Settings</dt>
29+ <dd>pavucontrol opens</dd>
30+</dl>
31+
32+This test will check that messages indicator works correctly
33+
34+<em>If server connection is <strong>not</strong> available prior to the following test, this not cause to fail the test</em>
35+
36+<dl>
37+ <dt>Click messages indicator in panel</dt>
38+ <dd>Message menu appears</dd>
39+ <dt>Select XChat from the menu</dt>
40+ <dd>XChat starts and connects to server <em>if suitable settings are available</em></dd>
41+ <dt>Select Pidgin from the menu</dt>
42+ <dd>Pidgin starts and connects to server <em>if suitable settings are available</em></dd>
43+<em>If connected to server, complete the following test</em>
44+<dt>From messaging menu, select a different online status</dt>
45+ <dd>Pidgin reflects the new online status</dd>
46+</dl>
47+
48+This test will check that Network indicator works correctly
49+
50+<em>Internet connectivity will be lost during this test</em>
51+
52+<dl>
53+ <dt>Click network indicator in panel</dt>
54+ <dd>Network menu appears</dd>
55+ <dt>Click Edit</dt>
56+ <dd>Network Connections dialogue opens</dd>
57+ <dt>Click Information</dt>
58+ <dd>Connection Information dialogue opens</dd>
59+ <dt>Click Enable Networking</dt>
60+ <dd>Networking is disabled, notification of being offline</dd>
61+ <dt>Click Enable Networking</dt>
62+ <dd>Networking is enabled, notification of available connection</dd>
63+ <dt>Click VPN Connections</dt>
64+ <dd>Network Connections dialogue brought to front</dd>
65+ <dt>Click Disconnect</dt>
66+ <dd>Notification of being offline</dd>
67+ <dt>Click your available connection</dt>
68+ <dd>Notification of available connection</dd>
69+</dl>
70+
71+This test will check that power indicator works correctly
72+
73+<em>For this test, you must have a laptop, i.e. a computer <strong>with a battery</strong>, otherwise the power indicator does not show up.</em>
74+
75+<dl>
76+ <dt>Click power indicator (battery icon) in panel</dt>
77+ <dd>Power menu appears</dd>
78+ <dt>Select "Show Time in Menu Bar" from the menu</dt>
79+ <dd>The remaining dis/charging time appears in brackets next to the battery icon</dd>
80+ <dt>Select "Show Percentage in Menu Bar" from the menu</dt>
81+ <dd>The remaining dis/charging percentage appears in brackets next to the battery icon</dd>
82+ <dt>Select "Power Settings..." from the menu</dt>
83+ <dd>The settings dialog of Xfce4-Powermanager opens</dd>
84+</dl>
85+
86+
87+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
88+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>

Subscribers

People subscribed via source and target branches