diff options
Diffstat (limited to 'manual-tests')
| -rw-r--r-- | manual-tests/AutoMaximize.txt | 19 | ||||
| -rw-r--r-- | manual-tests/Dash.txt | 15 | ||||
| -rw-r--r-- | manual-tests/Launcher.txt | 40 | ||||
| -rw-r--r-- | manual-tests/SuperTab.txt | 55 |
4 files changed, 129 insertions, 0 deletions
diff --git a/manual-tests/AutoMaximize.txt b/manual-tests/AutoMaximize.txt new file mode 100644 index 000000000..dc375888c --- /dev/null +++ b/manual-tests/AutoMaximize.txt @@ -0,0 +1,19 @@ +auto-maximize window +======================= +Thit test make sure that the auto-maximize window feature is disabled for +resolution above the 1024x600. + +- Open the display panel +- Set a resolution greater then 1024x600 (e.g 1366x768) +- Open a window, that usually doesn't start maximized + +Outcome +The window should not be in the maximized state. + +- Open the display panel +- Set a resolution lower or equal to 1024x600. +- Open the ccsm and change the automaximize-threshold option to 20 (experimental-tab of unity-plugin). +- Open nautilus, that usually doesn't start maximized + +Outcome +The window should be in the maximized state. diff --git a/manual-tests/Dash.txt b/manual-tests/Dash.txt index 7869d8d3c..116defd76 100644 --- a/manual-tests/Dash.txt +++ b/manual-tests/Dash.txt @@ -36,3 +36,18 @@ Outcome The dropped icon should not have the keyboard focus and should not remain enlightened. +Dash SearchBar middle-click +--------------------------- +This test shows how the middle click over the dash search bar should work +(see lp:842462) + +#. Open a text editor, and write some dummy text +#. Select some text part of the written dummy text with mouse +#. Press Super or Alt+F2 to open the Dash +#. Move the mouse over the dash search bar +#. Press middle click to paste the content of your primary clipboard + +Outcome + The text previously selected is pasted on the search bar at mouse pointer + position, if the operation is repeated the text is inserted where + the mouse pointer is. diff --git a/manual-tests/Launcher.txt b/manual-tests/Launcher.txt new file mode 100644 index 000000000..bfafa408b --- /dev/null +++ b/manual-tests/Launcher.txt @@ -0,0 +1,40 @@ +Test Launcher Icon with Windows in multiple workspaces +------------------------------------------------------ +This test shows how the launcher should draw when there are application windows +in multiple workspaces. + +#. Start on a fresh login +#. Run an application +#. Run another instance of this application and keep it on the initial workspace +#. Run another instance of this application and move it no another workspaces +#. Go back to the initial workspace + +Outcome + The Launcher icon "pips" should reflect the number of windows in the current + workspace, so when showing the "initial" workspace the launcher icon should + have 2 "pips", when moving to the second workspace (where there's only 1 window) + the launcher application icon should show 1 pip. + When moving to a workspace where there are no windows, the launcher icon should + use an empty arrow as left indicator. + + +Test Launcher Spread with Windows in multiple workspaces +-------------------------------------------------------- +This test shows how the launcher should spread the windows when they are in +multiple workspaces. + +#. Start on a fresh login +#. Run an application +#. Run another instance of this application and keep it on the initial workspace +#. Run another instance of this application and move it no another workspaces +#. Go back to the initial workspace and focus the application windows + +Outcome + When in the current workspace there are multiple windows of the same + application and one of them is focused, clicking on the launcher should spread + only the windows that are in the current workspace. + If in the current workspace there is just one window, clicking on the launcher + icon should only focus it and nothing else (also with multiple clicks). + When moving to a workspace where there are no window o the given application, + clicking on its launcher icon should bring to focus the last focused window + in the last used workspace. diff --git a/manual-tests/SuperTab.txt b/manual-tests/SuperTab.txt index 5ab409083..95d512194 100644 --- a/manual-tests/SuperTab.txt +++ b/manual-tests/SuperTab.txt @@ -20,3 +20,58 @@ Outcome: 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. + +Super Tab switcher interaction with Shortcut Hint +------------------------------------------------- +This test shows the interaction between the shortcut hint overlay and the +Super+Tab switcher. + +#. Start with a clean screen +#. Press Super to make the shortcuts-overlay to show +#. Then press Tab to initiate the Super+Tab launcher switcher + +Outcome: + The Super+Tab switcher is initialized, and the shortcut hint overlay is still + showing. Pressing also Shift to reverse the switcher direction doesn't hide + the overlay, that will be hidden once Super is released. + +#. Start with a clean screen +#. Press Super+Tab quickly to make the launcher switcher to initialize without + making the shortcut overlay to show. + +Outcome: + Super+Tab switcher is initialized and the shortcut hint overlay is not shown + even keeping only super pressed until releasing it and pressing it again. + +Super Tab switcher cycling over launcher applications +----------------------------------------------------- +This test shows how the Super+Tab switcher should use a circular selection. + +#. Start with a clean screen +#. Press Super+Tab multiple times to make the selection to reach the bottom + launcher icon +#. Press Tab again + +Outcome: + The selection should go from the last launcher icon, to the first one. + The launcher view should be expanded/moved if needed to show the highlighted item. + +#. Start with a clean screen +#. Press Super+Tab once to make the first launcher icon to highlight +#. Press Shift+Tab while keeping Super pressed + +Outcome: + The selection should go from the first launcher icon to the last one. + The launcher view should be expanded/moved if needed to show the highlighted item. + +Escaping from Super Tab switcher +-------------------------------- +This test shows how to escape from the Super+Tab switcher. + +#. Start with a clean screen +#. Press Super+Tab one or more times to make the launcher switcher to initialize +#. Press the Escape key when still pressing Super + +Outcome: + The Super Tab launcher switcher should terminate without performing any action + The previously selected launcher item should be deselected. |
