PowerToys/doc/releases/0.74.0/tests-checklist-jaime.md

362 lines
25 KiB
Markdown
Raw Normal View History

2023-09-22 23:07:06 +08:00
## FancyZones Editor
2023-09-24 21:53:27 +08:00
- [x] Open editor from the settings
- [x] Open editor with a shortcut
- [x] Create a new layout (grid and canvas)
- [x] Duplicate a template and a custom layout
- [x] Delete layout
- [x] Edit templates (number of zones, spacing, distance to highlight adjacent zones). Verify after reopening the editor that saved settings are kept the same.
- [x] Edit canvas layout: zones size and position, create or delete zones.
- [x] Edit grid layout: split, merge, resize zones.
- [x] Check `Save and apply` and `Cancel` buttons behavior after editing.
- [x] Assign a layout to each monitor.
- [x] Assign keys to quickly switch layouts (custom layouts only), `Win + Ctrl + Alt + number`.
- [x] Assign horizontal and vertical default layouts
- [x] Test duplicate layout focus
2023-09-22 23:07:06 +08:00
* Select any layout X in 'Templates' or 'Custom' section by click left mouse button
* Mouse right button click on any layout Y in 'Templates' or 'Custom' sections
* Duplicate it by clicking 'Create custom layout' (Templates section) or 'Duplicate' in 'Custom' section
* Expect the layout Y is duplicated
## FancyZones
### Appearance
2023-09-24 21:58:33 +08:00
- [x] Change colors, opacity and `Show zone number` options. Verify they're applied.
2023-09-22 23:07:06 +08:00
### Excluded apps
2023-09-24 21:58:33 +08:00
- [x] Exclude some apps, verify that they're not applicable to a zone.
2023-09-22 23:07:06 +08:00
### Dragging
2023-09-24 21:58:33 +08:00
- [x] `Hold Shift key to activate zones while dragging` on, `Use a non-primary mouse button to toggle zone activation` off. Start dragging a window, then press shift. Zones are shown when dragging a window with shift pressed, hidden when you released shift or snapped zone.
- [x] `Hold Shift key to activate zones while dragging` on, `Use a non-primary mouse button to toggle zone activation` off. Press shift first, then start dragging a window. Zones are shown when dragging a window with shift pressed, hidden when you released shift or snapped zone.
- [x] `Hold Shift key to activate zones while dragging` off, `Use a non-primary mouse button to toggle zone activation` on. Zones are shown immediately when dragging a window and hidden when you click a non-primary mouse button or press shift.
- [x] `Hold Shift key to activate zones while dragging` off, `Use a non-primary mouse button to toggle zone activation` off. Zones are shown immediately when dragging a window, hidden when you press shift.
- [x] `Hold Shift key to activate zones while dragging` on, `Use a non-primary mouse button to toggle zone activation` on. Zones aren't shown immediately, only when shift is pressed or when a non-primary mouse click changes the state.
- [x] `Show zones on all monitor whilw dragging a window` - turn on,off, verify behavior.
- [x] Create a canvas layout with overlapping zones, check zone activation behavior with all `When multiple zones overlap` options
- [x] `Make dragged window transparent` - turn on, off, verify behavior
2023-09-22 23:07:06 +08:00
### Snapping
Disable FZ and clear `app-zone-history.json` before starting. FancyZones should be disabled, otherwise, it'll save cashed values back to the file.
2023-09-24 22:06:15 +08:00
- [x] Snap a window to a zone by dragging, verify `app-zone-history.json` contains info about the window position on the corresponding work area.
- [x] Snap a window to a zone by a keyboard shortcut, verify `app-zone-history.json` contains info about the window position on the corresponding work area.
- [x] Snap a window to another monitor, verify `app-zone-history.json` contains positions about zones on both monitors.
- [x] Snap a window to several zones, verify zone numbers in the json file are correct.
- [x] Snap a window to a zone, unsnap it, verify this app was removed from the json file.
- [x] Snap the same window to a zone on two different monitors or virtual desktops. Then unsnap from one of them, verify that info about unsnapped zone was removed from `app-zone-history.json`. Verify info about the second monitor/virtual desktop is kept.
- [x] Enable `Restore the original size of windows when unsnapping`, snap window, unsnap window, verify the window changed its size to original.
- [x] Disable `Restore the original size of windows when unsnapping`, snap window, unsnap window, verify window size wasn't changed.
- [x] Disable `Restore the original size of windows when unsnapping`, snap window, enable `Restore the original size of windows when unsnapping`, unsnap window, verify window size wasn't changed.
- [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.
2023-09-22 23:07:06 +08:00
* Open `Task view` , right-click on the window, check the `Show this window on all desktops` or the `Show windows from this app on all desktops` option to turn it on.
2023-09-24 22:06:15 +08:00
- [x] Turn Show this window on all desktops on, verify you can snap this window to a zone.
- [x] Turn Show windows from this app on all desktops on, verify you can snap this window to a zone.
2023-09-22 23:07:06 +08:00
### Snapped window behavior
2023-09-24 22:27:28 +08:00
- [x] `Keep windows in their zones when the screen resolution changes` on, snap a window to a zone, change the screen resolution or scaling, verify window changed its size and position.
- [x] `Keep windows in their zones when the screen resolution changes` on, snap a window to a zone on the secondary monitor. Disconnect the secondary monitor (the window will be moved to the primary monitor). Reconnect the secondary monitor. Verify the window returned to its zone.
- [x] `Keep windows in their zones when the screen resolution changes` off, snap a window to a zone, change the screen resolution or scaling, verify window didn't change its size and position.
2023-09-22 23:07:06 +08:00
Enable `During zone layout changes, windows assigned to a zone will match new size/positions` and prepare layouts with 1 and 3 zones where zone size/positions are different.
2023-09-24 22:27:28 +08:00
- [x] Snap a window to zone 1, change the layout, verify window changed its size/position.
- [x] Snap a window to zone 3, change the layout, verify window didn't change its size/position because another layout doesn't have a zone with this zone number.
- [x] Snap a window to zones 1-2, change the layout, verify window changed its size/position to fit zone 1.
- [x] Snap a window to zones 1-2, change the layout (the window will be snapped to zone 1), then return back to the previous layout, verify the window snapped to 1-2 zones.
- [x] Disable `During zone layout changes, windows assigned to a zone will match new size/positions`, snap window to zone 1, change layout, verify window didn't change its size/position
2023-09-22 23:07:06 +08:00
Enable `Move newly created windows to their last known zone`.
2023-09-24 22:27:28 +08:00
- [x] Snap a window to the primary monitor, close and reopen the window. Verify it's snapped to its zone.
- [x] Snap a window to zones on the primary and secondary monitors. Close and reopen the app. Verify it's snapped to the zone on the active monitor.
- [x] Snap a window to the secondary monitor (use a different app or unsnap the window from the zone on the primary monitor), close and reopen the window. Verify it's snapped to its zone.
- [x] Snap a window, turn off FancyZones, move that window, turn FZ on. Verify window returned to its zone.
- [x] Move unsnapped window to a secondary monitor, switch virtual desktop and return back. Verify window didn't change its position and size.
- [x] Snap a window, then resize it (it's still snapped, but doesn't fit the zone). Switch the virtual desktop and return back, verify window didn't change its size.
2023-09-22 23:07:06 +08:00
Enable `Move newly created windows to the current active monitor`.
2023-09-24 22:27:28 +08:00
- [x] Open a window that wasn't snapped anywhere, verify it's opened on the active monitor.
- [x] Open a window that was snapped on the current virtual desktop and current monitor, verify it's opened in its zone.
- [x] Open a window that was snappen on the current virtual desktop and another monitor, verify it's opened on the active monitor.
- [x] Open a window that was snapped on another virtual desktop, verify it's opened on the active monitor.
2023-09-22 23:07:06 +08:00
2023-09-24 22:27:28 +08:00
- [x] Enable `Allow popup windows snapping` and `Allow child windows snapping`, try to snap Notepad++ search window. Verify it can be snapped.
- [x] Enable `Allow popup windows snapping`, snap Teams, verify a popup window appears in its usual position.
- [x] Enable `Allow popup windows snapping`, snap Visual Studio Code to a zone, and open any menu. Verify the menu is where it's supposed to be and not on the top left corner of the zone.
- [x] Enable `Allow child windows snapping`, drag any child window (e.g. Solution Explorer), verify it can be snapped to a zone.
- [x] Disable `Allow child windows snapping`, drag any child window (e.g. Solution Explorer), verify it can't be snapped to a zone.
2023-09-22 23:07:06 +08:00
### Switch between windows in the current zone
Enable `Switch between windows in the current zone` (default shortcut is `Win + PgUp/PgDown`)
2023-09-24 22:40:02 +08:00
- [x] Snap several windows to one zone, verify switching works.
- [x] Snap several windows to one zone, switch virtual desktop, return back, verify window switching works.
- [x] Disable `Switch between windows in the current zone`, verify switching doesn't work.
2023-09-22 23:07:06 +08:00
### Override Windows Snap
2023-09-24 22:40:02 +08:00
- [x] Disable `Override Windows Snap`, verify it's disabled.
2023-09-22 23:07:06 +08:00
Enable `Override Windows Snap`.
Select Move windows based on `Zone index`.
2023-09-24 22:40:02 +08:00
- [x] Open the previously not snapped window, press `Win`+`LeftArrow` / `Win`+`RightArrow`, verify it's snapped to a first/last zone.
- [x] Verify `Win`+`LeftArrow` moves the window to a zone with the previous index.
- [x] Verify `Win`+`RightArrow` moves the window to a zone with the next index.
- [x] Verify `Win`+`ArrowUp` and `Win`+`ArrowDown` work as usual.
2023-09-22 23:07:06 +08:00
2023-09-24 22:40:02 +08:00
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`LeftArrow` doesn't move the window to any zone when the window is in the first zone.
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`RightArrow` doesn't move the window to any zone when the window is in the last zone.
2023-09-22 23:07:06 +08:00
One monitor:
2023-09-24 22:40:02 +08:00
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`LeftArrow` doesn't move the window to any zone when the window is in the first zone.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`RightArrow` doesn't move the window to any zone when the window is in the last zone.
2023-09-22 23:07:06 +08:00
Two and more monitors:
2023-09-24 22:40:02 +08:00
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`LeftArrow` cycles window position moving it from the first zone on the current monitor to the last zone of the left (or rightmost, if the current monitor is leftmost) monitor.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`RightArrow` cycles window position moving it from the last zone on the current monitor to the first zone of the right (or leftmost, if the current monitor is rightmost) monitor.
2023-09-22 23:07:06 +08:00
Select Move windows based on `Relative position`.
2023-09-24 22:40:02 +08:00
- [x] Open the previously not snapped window, press `Win`+`Arrow`, verify it's snapped.
- [x] Extend the window using `Ctrl`+`Alt`+`Win`+`Arrow`. Verify the window is snapped to all zones.
- [x] Extend the window using `Ctrl`+`Alt`+`Win`+`Arrow` and return it back using the opposite arrow. Verify it could be reverted while you hold `Ctrl`+`Alt`+`Win`.
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`LeftArrow` cycles the window position to the left (from the leftmost zone moves to the rightmost in the same row) within one monitor.
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`RightArrow` cycles the window position to the right within one monitor.
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`UpArrow` cycles the window position up within one monitor.
- [x] `Move windows between zones across all monitors` disabled. Verify `Win`+`DownArrow` cycles the window position down within one monitor.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`LeftArrow` cycles the window position to the left (from the leftmost zone moves to the rightmost in the same row) within all monitors.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`RightArrow` cycles the window position to the right within all monitors.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`UpArrow` cycles the window position up within all monitors.
- [x] `Move windows between zones across all monitors` enabled. Verify `Win`+`DownArrow` cycles the window position down within all monitors.
2023-09-22 23:07:06 +08:00
### Layout apply
Enable `Enable quick layout switch`, assign numbers to custom layouts.
2023-09-24 22:44:53 +08:00
- [x] Switch with `Win` + `Ctrl` + `Alt` + `key`.
- [x] Switch with just a key while dragging a window.
- [x] Turn `Flash zones when switching layout` on/off, verify it's flashing/not flashing after pressing the shortcut.
- [x] Disable `Enable quick layout switch`, verify shortcuts don't work.
- [x] Disable spacing on any grid layout, verify that there is no space between zones while dragging a window.
- [x] Create a new 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.
- [x] Apply a grid layout, change the screen resolution or scaling, 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.
2023-09-22 23:07:06 +08:00
### Layout reset
* Test layout resetting.
Before testing
* Remove all virtual desktops
* Remove `CurrentVirtualDesktop` from `\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SessionInfo\1\VirtualDesktops`
* Remove `VirtualDesktopIDs` from `\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VirtualDesktops`
2023-09-24 22:58:05 +08:00
- [x] Test screen locking
2023-09-22 23:07:06 +08:00
* Set custom layouts on each monitor
* Lock screen / unplug monitor / plug monitor
* Verify that layouts weren't reset to defaults
2023-09-24 22:58:05 +08:00
- [x] Test restart
2023-09-22 23:07:06 +08:00
* Set custom layouts on each monitor
* Restart the computer
* Verify that layouts weren't reset to defaults
2023-09-24 22:58:05 +08:00
- [x] Test applying default layouts on reset
2023-09-22 23:07:06 +08:00
* Set default horizontal and vertical layouts
* Delete `applied-layouts.json`
* Verify that selected default layout is applied according to configuration
### Span zones across monitors
2023-09-24 23:21:50 +08:00
- [x] Switch between `Allow zones to span across monitors` on and off. Verify that layouts are applied correctly in both cases.
2023-09-22 23:07:06 +08:00
Repeat the previous subsections steps after enabling `Allow zones to span across monitors`
2023-09-24 23:21:50 +08:00
- [x] Dragging
- [x] Snapping
- [x] Snapped window behavior
- [x] Switch between windows in the current zone
- [x] Override Windows Snap
- [x] Layout apply
- [x] Layout reset
2023-09-22 23:07:06 +08:00
## PowerToys Run
* Enable PT Run in settings and ensure that the hotkey brings up PT Run
2023-09-23 23:19:24 +08:00
- [x] when PowerToys is running unelevated on start-up
- [x] when PowerToys is running as admin on start-up
- [x] when PowerToys is restarted as admin, by clicking the restart as admin button in settings.
2023-09-22 23:07:06 +08:00
* Check that each of the plugins is working:
2023-09-23 23:19:24 +08:00
- [x] Program - launch a Win32 application
- [x] Program - launch a Win32 application as admin
- [x] Program - launch a packaged application
- [x] Calculator - ensure a mathematical input returns a correct response and is copied on enter.
- [x] Windows Search - open a file on the disk.
- [x] Windows Search - find a file and copy file path.
- [x] Windows Search - find a file and open containing folder.
- [x] Shell - execute a command. Enter the action keyword `>`, followed by the query, both with and without space (e.g. `> ping localhost`).
- [x] Folder - Search and open a sub-folder on entering the path.
- [x] Uri - launch a web page on entering the uri.
- [x] Window walker - Switch focus to a running window.
- [x] Service - start, stop, restart windows service. Enter the action keyword `!` to get the list of services.
- [x] Registry - navigate through the registry tree and open registry editor. Enter the action keyword `:` to get the root keys.
- [x] Registry - navigate through the registry tree and copy key path.
- [x] System - test `lock`.
- [x] System - test `empty recycle bin`.
- [x] System - test `shutdown`.
- [x] Disable PT Run and ensure that the hotkey doesn't bring up PT Run.
- [x] Test tab navigation.
2023-09-22 23:07:06 +08:00
* Test Plugin Manager
2023-09-23 23:19:24 +08:00
- [x] Enable/disable plugins and verify changes are picked up by PT Run
- [x] Change `Direct activation phrase` and verify changes are picked up by PT Run
- [x] Change `Include in global result` and verify changes picked up by PT Run
- [x] Clear `Direct activation phrase` and uncheck `Include in global result`. Verify a warning message is shown.
- [x] Disable all plugins and verify the warning message is shown.
2023-09-22 23:07:06 +08:00
## Shortcut Guide
* Run PowerToys as user:
2023-09-23 23:21:23 +08:00
- [x] Verify `Win + Shift + /` opens the guide
- [x] Change the hotkey to a different shortcut (e.g. `Win + /`) and verify it works
- [x] Set Shortcut Guide to start with a Windows key press and verify it works.
2023-09-22 23:07:06 +08:00
* Restore the `Win + Shift + /` hotkey.
2023-09-23 23:21:23 +08:00
- [x] Open the guide and close it pressing `Esc`
- [x] Open the guide and close it pressing and releasing the `Win` key
2023-09-22 23:07:06 +08:00
* With PowerToys running as a user, open an elevated app and keep it on foreground:
2023-09-23 23:21:23 +08:00
- [x] Verify `Win + Shift + /` opens the guide
- [x] Verify some of the shortcuts shown in the guide work and the guide is closed when pressed
2023-09-22 23:07:06 +08:00
## OOBE
* Quit PowerToys
* Delete %localappdata%\Microsoft\PowerToys
2023-09-24 00:00:40 +08:00
- [x] Start PowerToys and verify OOBE opens
2023-09-22 23:07:06 +08:00
* Change version saved on `%localappdata%\Microsoft\PowerToys\last_version.txt`
2023-09-24 00:00:40 +08:00
- [x] Start PowerToys and verify OOBE opens in the "What's New" page
2023-09-22 23:07:06 +08:00
* Visit each OOBE section and for each section:
2023-09-24 00:00:40 +08:00
- [x] open the Settings for that module
- [x] verify the Settings work as expected (toggle some controls on/off etc.)
- [x] close the Settings
- [x] if it's available, test the `Launch module name` button
2023-09-22 23:07:06 +08:00
* Close OOBE
2023-09-24 00:00:40 +08:00
- [x] Open the Settings and from the General page open OOBE using the `Welcome to PowerToys` link
2023-09-22 23:07:06 +08:00
## Mouse Utils
Find My Mouse:
* Enable FindMyMouse. Then, without moving your mouse:
2023-09-23 23:31:15 +08:00
- [x] Press Left Ctrl twice and verify the overlay appears.
- [x] Press any other key and verify the overlay disappears.
- [x] Press Left Ctrl twice and verify the overlay appears.
- [x] Press a mouse button and verify the overlay disappears.
2023-09-22 23:07:06 +08:00
* Disable FindMyMouse. Verify the overlay no longer appears when you press Left Ctrl twice.
* Enable FindMyMouse. Then, without moving your mouse:
2023-09-23 23:31:15 +08:00
- [x] Press Left Ctrl twice and verify the overlay appears.
2023-09-22 23:07:06 +08:00
* Enable the "Do not activate on game mode" option. Start playing a game that uses CG native full screen.
2023-09-23 23:31:15 +08:00
- [x] Verify the overlay no longer appears when you press Left Ctrl twice.
2023-09-22 23:07:06 +08:00
* Disable the "Do not activate on game mode" option. Start playing the same game.
2023-09-23 23:31:15 +08:00
- [x] Verify the overlay appears when you press Left Ctrl twice. (though it'll likely minimize the game)
2023-09-22 23:07:06 +08:00
* Test the different settings and verify they apply:
2023-09-23 23:31:15 +08:00
- [x] Overlay opacity
- [x] Background color
- [x] Spotlight color
- [x] Spotlight radius
- [x] Spotlight initial zoom (1x vs 9x will show the difference)
- [x] Animation duration
- [x] Change activation method to shake and activate by shaking your mouse pointer
- [x] Excluded apps
2023-09-22 23:07:06 +08:00
Mouse Highlighter:
* Enable Mouse Highlighter. Then:
2023-09-23 23:31:15 +08:00
- [x] Press the activation shortcut and press left and right click somewhere, verifying the hightlights are applied.
- [x] With left mouse button pressed, drag the mouse and verify the hightlight is dragged with the pointer.
- [x] With right mouse button pressed, drag the mouse and verify the hightlight is dragged with the pointer.
- [x] Press the activation shortcut again and verify no highlights appear when the mouse buttons are clicked.
- [x] Disable Mouse Highlighter and verify that the module is not activated when you press the activation shortcut.
2023-09-22 23:07:06 +08:00
* Test the different settings and verify they apply:
2023-09-23 23:31:15 +08:00
- [x] Change activation shortcut and test it
- [x] Left button highlight color
- [x] Right button highlight color
- [x] Opacity
- [x] Radius
- [x] Fade delay
- [x] Fade duration
2023-09-22 23:07:06 +08:00
Mouse Pointer Crosshairs:
* Enable Mouse Pointer Crosshairs. Then:
2023-09-23 23:31:15 +08:00
- [x] Press the activation shortcut and verify the crosshairs appear, and that they follow the mouse around.
- [x] Press the activation shortcut again and verify the crosshairs disappear.
- [x] Disable Mouse Pointer Crosshairs and verify that the module is not activated when you press the activation shortcut.
2023-09-22 23:07:06 +08:00
* Test the different settings and verify they apply:
2023-09-23 23:31:15 +08:00
- [x] Change activation shortcut and test it
- [x] Crosshairs color
- [x] Crosshairs opacity
- [x] Crosshairs center radius
- [x] Crosshairs thickness
- [x] Crosshairs border color
- [x] Crosshairs border size
2023-09-22 23:07:06 +08:00
Mouse Jump:
* Enable Mouse Jump. Then:
2023-09-23 23:31:15 +08:00
- [x] Press the activation shortcut and verify the screens preview appears.
- [x] Change activation shortcut and verify that new shorctut triggers Mouse Jump.
- [x] Click around the screen preview and ensure that mouse cursor jumped to clicked location.
- [x] Reorder screens in Display settings and confirm that Mouse Jump reflects the change and still works correctly.
- [x] Change scaling of screens and confirm that Mouse Jump still works correctly.
- [x] Unplug additional monitors and confirm that Mouse Jump still works correctly.
- [x] Disable Mouse Jump and verify that the module is not activated when you press the activation shortcut.
2023-09-22 23:07:06 +08:00
## Awake
2023-09-23 23:34:18 +08:00
- [x] Try out the features and see if they work, no list at this time.
2023-09-22 23:07:06 +08:00
## Always on Top
2023-09-23 23:36:42 +08:00
- [x] Pin/unpin a window, verify it's topmost/not topmost.
- [x] Pin/unpin a window, verify the border appeared/disappeared.
- [x] Switch virtual desktop, verify border doesn't show up on another desktop.
- [x] Minimize and maximize pinned window, verify the border looks as usual.
- [x] Change border color and thickness.
- [x] Verify if sound is played according to the sound setting.
- [x] Exclude app, try to pin it.
- [x] Exclude already pinned app, verify it was unpinned.
2023-09-22 23:07:06 +08:00
- [ ] Try to pin the app in the Game Mode.
## Screen Ruler
* Enable Screen Ruler. Then:
2023-09-23 23:48:54 +08:00
- [x] Press the activation shortcut and verify the toolbar appears.
- [x] Press the activation shortcut again and verify the toolbar disappears.
- [x] Disable Screen Ruler and verify that the activation shortuct no longer activates the utility.
- [x] Enable Screen Ruler and press the activation shortcut and verify the toolbar appears.
- [x] Select the close button in the toolbar and verify it closes the utility.
2023-09-22 23:07:06 +08:00
* With Screen Ruler enabled and activated:
2023-09-23 23:48:54 +08:00
- [x] Use the Bounds utility to measure a zone by dragging with left-click. Verify right click dismisses the utility and that the measurement was copied into the clipboard.
- [x] Use the Spacing utility to measure something and verify that left-click copies the measurement to the clipboard. Verify that right-click dismisses the utility.
- [x] Use the Horizontal Spacing utility to measure something and verify that left-click copies the measurement to the clipboard. Verify that right-click dismisses the utility.
- [x] Use the Vertical Spacing utility to measure something and verify that left-click copies the measurement to the clipboard. Verify that right-click dismisses the utility.
- [x] While using a Spacing utility, verify that using the mouse scroll wheel will adjust pixel color tolerance while measuring.
- [x] Open mspaint and draw 1px-thick straight line, also click with a pencil to draw a single pixel. In any Spacing mode, verify that one of line's dimension is 1, and pixel's dimensions are 1x1.
2023-09-22 23:07:06 +08:00
* In a multi-monitor setup with different dpis on each monitor:
2023-09-23 23:48:54 +08:00
- [x] Verify that the utilities work well on each monitor, with continuous mode on and off.
- [x] Without any window opened and a solid color as your background, verify the horizontal spacing matches the monitor's pixel width.
- [x] Move your mouse back and forth around the edge of two monitors really quickly in each mode - verify nothing is broken.
2023-09-22 23:07:06 +08:00
* Test the different settings and verify they are applied:
2023-09-23 23:48:54 +08:00
- [x] Activation shortcut
- [x] Continous mode
- [x] Per color channel edge detection
- [x] Pixel tolerance for edge detection
- [x] Draw feet on cross
- [x] Line color
2023-09-22 23:07:06 +08:00
## Paste As Plain Text
* Copy some rich text (e.g word of the text is different color, another work is bold, underlined, etd.). Then:
2023-09-23 23:51:50 +08:00
- [x] Paste the text using standard Windows Ctrl + V shortcut and ensure that rich text is pasted (with all colors, formatting, etc.)
- [x] Paste the text using Paste As Plain Text activation shortcut and ensure that plain text without any formatting is pasted.
- [x] Paste again the text using standard Windows Ctrl + V shortcut and ensure the text is now pasted plain without formatting as well.
- [x] Change the activation shorctut and ensure that Paste As Plain Text is triggered using new shortcut.
- [x] Disable the module and ensure that text is not being pasted using activation shortcut.
2023-09-22 23:07:06 +08:00
## Crop And Lock
* Thumbnail mode
2023-09-23 23:51:50 +08:00
- [x] Test with win32 app
- [x] Test with packaged app
2023-09-22 23:07:06 +08:00
* Reparent mode (there are known issues where reparent mode doesn't work for some apps)
2023-09-23 23:51:50 +08:00
- [x] Test with win32 app
- [x] Test with packaged app
2023-09-22 23:07:06 +08:00