diff options
| author | Thomi Richards <thomir@gmail.com> | 2012-01-20 13:15:08 +1300 |
|---|---|---|
| committer | Thomi Richards <thomir@gmail.com> | 2012-01-20 13:15:08 +1300 |
| commit | 443f8a2b708c29a5cc47765eca50f07408390922 (patch) | |
| tree | 06bc0ab9f22d1dfd92fd4cb6c38285c730da9699 /manual-tests | |
| parent | e6ffc8993d952aa8a9a9f3ca42498dc6c8f6832d (diff) | |
| parent | e234b8fc0bf9462fbb3ac0cda0a4a76c2bb3ae89 (diff) | |
Merged trunk, resolved conflict.
(bzr r1819.2.32)
Diffstat (limited to 'manual-tests')
| -rw-r--r-- | manual-tests/AllButton.txt | 40 | ||||
| -rw-r--r-- | manual-tests/Filters.txt | 26 | ||||
| -rw-r--r-- | manual-tests/Panel.txt | 15 | ||||
| -rw-r--r-- | manual-tests/SuperTab.txt | 22 | ||||
| -rw-r--r-- | manual-tests/UserInvisibleWindows.txt | 47 |
5 files changed, 150 insertions, 0 deletions
diff --git a/manual-tests/AllButton.txt b/manual-tests/AllButton.txt new file mode 100644 index 000000000..f3f6f56ba --- /dev/null +++ b/manual-tests/AllButton.txt @@ -0,0 +1,40 @@ +Test Filter "All" Button +======================== +These tests show that the dash "All" button works well. + + +Test "All" Button 1 +------------------- + +#. Just after the login open the "Filter results". + +Outcome + "All" should be selected by default in every filter category. + +Test "All" Button 2 +------------------- + +#. Make sure the "All" button is selected. +#. Try to activate it. + +Outcome + Click on it should do nothing. + + +Test "All" Button 3 +------------------- + +#. Make sure the "All" button is selected. +#. Select another item in the filter category. + +Outcome: + The all button should automatically toggle to the un-selected state. + +Test "All" Button 4 +------------------- + +#. Make sure the one or more items is selected in a filter category. +#. Deselect all items. + +Outcome: + The all button should automatically toggle to the selected state. diff --git a/manual-tests/Filters.txt b/manual-tests/Filters.txt new file mode 100644 index 000000000..68b523805 --- /dev/null +++ b/manual-tests/Filters.txt @@ -0,0 +1,26 @@ +Test Expand/Collapse Filters +======================== +This test shows that the expand/collapse arrow of a filter category +header works well. + +#. Open the dash. +#. Make sure that a collapse arrow is shown adjacent to every + filter category header. +#. Click on it. +#. The filter category should collapse. +#. Make sure that an expand arrow is shown ajacent to every filter + category header. +#. Click on it (again). +#. The filter category should expand. + + +Test no-over-state effect +========================= +This test show that filter buttons in the Dash do not have a mouse +over state. + +#. Open the dash. +#. Move the mouse on filter buttons. + +Outcome + The filter buttons have no mouseover state effect. diff --git a/manual-tests/Panel.txt b/manual-tests/Panel.txt index 54c18529a..d1e398dee 100644 --- a/manual-tests/Panel.txt +++ b/manual-tests/Panel.txt @@ -45,3 +45,18 @@ This test shows how the double click over the top panel should work. Outcome The maximized window should restore. If no maximized window is available on the current workspace, nothing should happen. + + +Panel on Alt+Tab +---------------- +This test shows react on Alt+Tab + +#. Start with a clear screen +#. Open some new applications +#. Press Alt+Tab + +Outcome + When you press Alt+Tab to switch window, the application title in the top left + of the panel should change inline with changes in alt-tab focus. + Also the menus shouldn't ever show. Even if the mouse has been left over + the panel when starting the Alt+Tab. diff --git a/manual-tests/SuperTab.txt b/manual-tests/SuperTab.txt new file mode 100644 index 000000000..5ab409083 --- /dev/null +++ b/manual-tests/SuperTab.txt @@ -0,0 +1,22 @@ +Super Tab Launcher Switcher +--------------------------- +This test shows how the Super+Tab launcher switcher works + +#. Open some applications pinned to the launcher +#. Press Super+Tab +#. Release and Press again Tab some times +#. Press also the Shift key and press again Tab +#. Release all the keys + +Outcome: + The first launcher item should be highlighted. + Pressing Tab multiple times makes the next launcher icon to be highlighted. + If clicking on the launcher while the Super+Tab switcher is active, the switcher + should terminate and the standard click action should be done. + When also the Shift modifier is pressed, pressing Tab highlights the previous + icon. + When releasing Super the highlighted launcher icon should be activated, and + the default launcher icon action should be performed. + If in the launcher there are many icons and they are shown as collapsed, + when the Super+Tab is activated and the icons should be expanded when + neeeded. diff --git a/manual-tests/UserInvisibleWindows.txt b/manual-tests/UserInvisibleWindows.txt new file mode 100644 index 000000000..d9c68ee49 --- /dev/null +++ b/manual-tests/UserInvisibleWindows.txt @@ -0,0 +1,47 @@ +Management of user-invisible windows +------------------------------------ +This test shows how unity should manage the user-invisible windows (i.e the +windows with the skip-taskbar flag on). + +#. Start on a clean screen +#. Open a window of an unsticky application with the skip-taskbar flag set to ON + +Outcome + Unity should ignore it, not showing it both on the launcher and on the Alt+Tab. + + +Pinned Application user-invisible window +---------------------------------------- +This test shows how unity should manage the user-invisible windows (i.e the +windows with the skip-taskbar flag on) that belongs to an application sticked +to launcher. + +#. Start on a clean screen +#. Open one or more windows of a sticky application with the skip-taskbar flag + set to ON + +Outcome + Unity should show the pinned application icon in the running state with only + one left indicator (pip), but clicking on it should make a new instance of the + application to run. + Otherwise, selecting that application in the Alt+Tab should bring the user-invisible + window(s) to focus. + + +Running Application with both visible and invisible windows +----------------------------------------------------------- +This test shows how unity should manage applications with both user visible +and invisible windows. + +#. Start on a clean screen +#. Open one or more windows of an application with the skip-taskbar flag set to OFF +#. Open one or more windows of that application with the skip-taskbar flag set to ON + +Outcome + The launcher icon should count with left icon indicators (pips) only the visible + window(s); when clicking on it or selecting it via Alt+Tab unity should bring + to focus only the visible windows, while at the second click over the launcher + the spread with both visible and invisible windows should be activated. + When all the user-visible windows are closed, the application should stay in + the launcher or in the Alt+Tab (and show as running) only if is sticky, + otherwise the icon should hide. |
