From 9eb310808cb8d9b7532b7d90b0f5332064542f0a Mon Sep 17 00:00:00 2001 From: Seraphima Zykova Date: Fri, 28 Jan 2022 14:36:27 +0000 Subject: [PATCH] Update tests-checklist-seraphima.md --- .../0.55.0/tests-checklist-seraphima.md | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/releases/0.55.0/tests-checklist-seraphima.md b/doc/releases/0.55.0/tests-checklist-seraphima.md index 0ab5da4ac2..13950f33b3 100644 --- a/doc/releases/0.55.0/tests-checklist-seraphima.md +++ b/doc/releases/0.55.0/tests-checklist-seraphima.md @@ -43,22 +43,22 @@ ## FancyZones -- [ ] Switch between `Allow zones to span across monitors` on and off. Verify that layouts are applied correctly in both cases. -- [ ] Change zone colors and opacity. -- [ ] Exclude some apps, verify that they're not applicable to a zone. -- [ ] Launch PT in user mode, try to assign a window with administrator privileges to a zone. Verify the notification is shown. -- [ ] Launch PT in administrator mode, assign a window with administrator privileges. -- [ ] Create virtual desktop, verify that there are the same layouts as applied to the previous virtual desktop. -- [ ] After creating a virtual desktop apply another layout or edit the applied one. Verify that the other virtual desktop layout wasn't changed. -- [ ] Delete an applied custom layout in the Editor, verify that there is no layout applied instead of it. +- [x] Switch between `Allow zones to span across monitors` on and off. Verify that layouts are applied correctly in both cases. +- [x] Change zone colors and opacity. +- [x] Exclude some apps, verify that they're not applicable to a zone. +- [x] Launch PT in user mode, try to assign a window with administrator privileges to a zone. Verify the notification is shown. +- [x] Launch PT in administrator mode, assign a window with administrator privileges. +- [x] Create virtual desktop, verify that there are the same layouts as applied to the previous virtual desktop. +- [x] After creating a virtual desktop apply another layout or edit the applied one. Verify that the other virtual desktop layout wasn't changed. +- [x] Delete an applied custom layout in the Editor, verify that there is no layout applied instead of it. * Switch between layouts with quick keys. - - [ ] Switch with `Win` + `Ctrl` + `Alt` + `key` - - [ ] Switch with just a key while dragging a window. + - [x] Switch with `Win` + `Ctrl` + `Alt` + `key` + - [x] Switch with just a key while dragging a window. * Change screen resolution or scaling. - - [ ] Assign grid layout, verify that the assigned layout fits the screen. + - [x] Assign grid layout, verify that the assigned layout fits the screen. NOTE: canvas layout could not fit the screen if it was created on a monitor with a different resolution. -- [ ] Disable FZ -- [ ] Re-enable FZ, verify that everything is in the same state as it was before disabling. +- [x] Disable FZ +- [x] Re-enable FZ, verify that everything is in the same state as it was before disabling. * Test layout resetting. Before testing @@ -67,12 +67,12 @@ Before testing * Remove `VirtualDesktopIDs` from `\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VirtualDesktops` -- [ ] Test screen locking +- [x] Test screen locking * Set custom layouts on each monitor * Lock screen / unplug monitor / plug monitor * Verify that layouts weren't reset to defaults -- [ ] Test restart +- [x] Test restart * Set custom layouts on each monitor * Restart the computer * Verify that layouts weren't reset to defaults @@ -115,15 +115,15 @@ Before testing UI Validation: - - [ ] In Remap keys, add and remove rows to validate those buttons. While the blank rows are present, pressing the OK button should result in a warning dialog that some mappings are invalid. - - [ ] Using only the Type buttons, for both the remap windows, try adding keys/shortcuts in all the columns. The right-side column in both windows should accept both keys and shortcuts, while the left-side column will accept only keys or only shortcuts for Remap keys and Remap shortcuts respectively. Validate that the Hold Enter and Esc accessibility features work as expected. - - [ ] Using the drop downs try to add key to key, key to shortcut, shortcut to key and shortcut to shortcut remapping and ensure that you are able to select remapping both by using mouse and by keyboard navigation. - - [ ] Validate that remapping can be saved by pressing the OK button and re-opening the windows loads existing remapping. + - [x] In Remap keys, add and remove rows to validate those buttons. While the blank rows are present, pressing the OK button should result in a warning dialog that some mappings are invalid. + - [x] Using only the Type buttons, for both the remap windows, try adding keys/shortcuts in all the columns. The right-side column in both windows should accept both keys and shortcuts, while the left-side column will accept only keys or only shortcuts for Remap keys and Remap shortcuts respectively. Validate that the Hold Enter and Esc accessibility features work as expected. + - [x] Using the drop downs try to add key to key, key to shortcut, shortcut to key and shortcut to shortcut remapping and ensure that you are able to select remapping both by using mouse and by keyboard navigation. + - [x] Validate that remapping can be saved by pressing the OK button and re-opening the windows loads existing remapping. Remapping Validation: For all the remapping below, try pressing and releasing the remapped key/shortcut and pressing and holding it. Try different behaviors like releasing the modifier key before the action key and vice versa. - - [ ] Test key to key remapping + - [x] Test key to key remapping - A->B - Ctrl->A - A->Ctrl @@ -131,22 +131,22 @@ For all the remapping below, try pressing and releasing the remapped key/shortcu - B->Win (make sure Start menu doesn't appear accidentally) - A->Disable - Win->Disable - - [ ] Test key to shortcut remapping + - [x] Test key to shortcut remapping - A->Ctrl+V - B->Win+A - - [ ] Test shortcut to shortcut remapping + - [x] Test shortcut to shortcut remapping - Ctrl+A->Ctrl+V - Win+A->Ctrl+V - Ctrl+V->Win+A - Win+A->Win+F - - [ ] Test shortcut to key remapping + - [x] Test shortcut to key remapping - Ctrl+A->B - Ctrl+A->Win - Win+A->B * Test app-specific remaps - - [ ] Similar remaps to above with Edge (entered as `msedge`), VSCode (entered as `code`) and cmd. For cmd try admin and non-admin (requires PT to run as admin) - - [ ] Try some cases where focus is lost due to the shortcut. Example remapping to Alt+Tab or Alt+F4 - - [ ] Test switching between remapping while holding down modifiers - Eg. Ctrl+D->Ctrl+A and Ctrl+E->Ctrl+V, hold Ctrl and press D followed by E. Should select all and paste over it in a text editor. Similar steps for Windows key shortcuts. + - [x] Similar remaps to above with Edge (entered as `msedge`), VSCode (entered as `code`) and cmd. For cmd try admin and non-admin (requires PT to run as admin) + - [x] Try some cases where focus is lost due to the shortcut. Example remapping to Alt+Tab or Alt+F4 + - [x] Test switching between remapping while holding down modifiers - Eg. Ctrl+D->Ctrl+A and Ctrl+E->Ctrl+V, hold Ctrl and press D followed by E. Should select all and paste over it in a text editor. Similar steps for Windows key shortcuts. ## Mouse Utils