aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
blob: 05993edc00eb894838164cef7b791162f9127cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

Test-case indicator-sound/unity7-items-check
<dl>
	<dt>Log in to a Unity 7 user session</dt>
	<dt>Go to the panel and click on the Sound indicator</dt>
		<dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-sound/unity7-greeter-items-check
<dl>
	<dt>Start a system and wait for the greeter or logout of the current user session</dt>
	<dt>Go to the panel and click on the Sound indicator</dt>
		<dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-sound/unity8-items-check
<dl>
	<dt>Login to a user session running Unity 8</dt>
	<dt>Pull down the top panel until it sticks open</dt>
	<dt>Navigate through the tabs until "Sound" is shown</dt>
		<dd>Sound is at the top of the menu</dd>
		<dd>The menu is populated with items</dd>
</dl>

Test-case indicator-sound/unity8-silent-mode
<dl>
	<dt>NOTE: This test currently doesn't work because of a bug: </dt>
	<dt>Open the Sound menu</dt>
		<dd>The sound menu includes an item "Silent Mode" which is a check box</dd>
		<dd>The checkbox is not checked</dd>
	<dt>Enable silent mode</dt>
		<dd>Selecting the "Silent Mode" item should cause the box to be checked</dd>
	<dt>Open the sound panel in system settings</dt>
		<dd>The sound panel includes an item "Silent Mode" which is a check box</dd>
		<dd>The checkbox is checked</dd>
	<dt>Disable silent mode in system settings</dt>
		<dd>The checkbox is not checked</dd>
	<dt>Open the Sound menu</dt>
		<dd>The sound menu includes an item "Silent Mode" which is a check box</dd>
		<dd>The checkbox is not checked</dd>
</dl>

Test-case indicator-sound/unity8-audio-roles
<dl>
	<dt>Without playing anything (no active audio stream), change the volume on the indicator or with the volume buttons and then try playing one of the following audio streams: camera shutter, ringtone, message notification, dtmf</dt>
		<dd>The audio stream should reflect the volume set on the indicator</dd>
	<dt>Without playing anything (no active audio stream), change the volume on the indicator or with volume buttons and then try playing one of the following audio streams: music-app, webrowser (youtube)</dt>
		<dd>The audio stream should not be affected by the volume set on the indicator when there was no other active stream</dt>
	<dt>Play a multimedia stream (music-app, webrowser) and change the volume on the indicator when the stream is active</dt>
		<dd>The multimedia audio stream should reflect the volume set on the indicator</dd>
		<dd>When stopping/closing the multimedia stream, it should automatically show up the volume for the alert role (ringtone, notification, etc)</dd>
		<dd>No other role should be affected by the volume level used by the multimedia role</dd>
	<dt>Play a alarm stream (clock-app) and change the volume on the indicator when the stream is active</dt>
		<dd>The alarm audio stream should reflect the volume set on the indicator</dd>
		<dd>When stopping/closing the alarm stream, it should automatically show up the volume for the alert role (ringtone, notification, etc)</dd>
		<dd>No other role should be affected by the volume level used by the alarm role</dd>
	<dt>Start a voice call using the dialer-app and change the volume on the indicator when the call is active</dt>
		<dd>The phone audio stream should reflect the volume set on the indicator</dd>
		<dd>When hanging up the voice call it should automatically show up the volume for the alert role (ringtone, notification, etc)</dd>
		<dd>No other role should be affected by the volume level used by the phone role</dd>
</dl>