diff options
author | Ted Gould <ted@gould.cx> | 2014-01-31 14:09:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-01-31 14:09:51 -0600 |
commit | da9efdc504926972fc578ebd4edb3c759d419a4d (patch) | |
tree | 03acf277aafe725e386966c6bd7607c23d7cf025 /tests/manual | |
parent | 61c6ebe13c20c87711276541d29c20f39cf33ecf (diff) | |
download | ayatana-indicator-sound-da9efdc504926972fc578ebd4edb3c759d419a4d.tar.gz ayatana-indicator-sound-da9efdc504926972fc578ebd4edb3c759d419a4d.tar.bz2 ayatana-indicator-sound-da9efdc504926972fc578ebd4edb3c759d419a4d.zip |
Adding basic acceptance tests
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..201465c --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +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> + |