aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
blob: 0df4186c8c215e30300110bcf67ca71c49fcc493 (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

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-sound-notifications
<dl>
	<dt>Adjust volume using HW keys if available</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>An audibule sound should play at the level of the audio</dd>
	<dt>Adjust volume with slider in sound indicator</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>An audibule sound should play at the level of the audio</dd>
	<dt>Open a video with sound and play in media player</dt>
		<dd>The video should play and the sound should be audible</dd>
	<dt>Adjust volume using HW keys if available</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>No notification sound should be heard</dd>
	<dt>Adjust volume with slider in sound indicator</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>No notification sound should be heard</dd>
</dl>

Test-case indicator-sound/unity8-high-volume
<dl>
	<dt>Plug headphones into the headphone jack</dt>
	<dt>Adjust volume so that it is at the midpoint of volume range</dt>
		<dd>The slider should be in the middle of the scale</dd>
	<dt>Increase the volume once using HW keys if available</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>There should be no text on the notification</dd>
	<dt>Increase the volume using HW keys until it is roughly 90% of the range</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>The text on the notification should read "High volume"</dd>
		<dd>The range on the notification bubble should have a different color signifying the higher volume</dd>
	<dt>Decrease the volume using HW keys until it is roughly 50% of the range</dt>
		<dd>A notification bubble should appear with the sound volume</dd>
		<dd>There should be no text on the notification</dd>
		<dd>The range on the notification bubble should have a standard color</dd>
</dl>