mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
Update tests-checklist-jaime.md
This commit is contained in:
parent
91c49a1023
commit
6e5729ce87
@ -47,38 +47,38 @@
|
||||
## PowerToys Run
|
||||
|
||||
* Enable PT Run in settings and ensure that the hotkey brings up PT Run
|
||||
- [ ] when PowerToys is running unelevated on start-up
|
||||
- [ ] when PowerToys is running as admin on start-up
|
||||
- [ ] when PowerToys is restarted as admin, by clicking the restart as admin button in settings.
|
||||
- [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.
|
||||
* Check that each of the plugins is working:
|
||||
- [ ] Program - launch a Win32 application
|
||||
- [ ] Program - launch a Win32 application as admin
|
||||
- [ ] Program - launch a packaged application
|
||||
- [ ] Calculator - ensure a mathematical input returns a correct response and is copied on enter.
|
||||
- [ ] Windows Search - open a file on the disk.
|
||||
- [ ] Windows Search - find a file and copy file path.
|
||||
- [ ] Windows Search - find a file and open containing folder.
|
||||
- [ ] Shell - execute a command. Enter the action keyword `>`, followed by the query, both with and without space (e.g. `> ping localhost`).
|
||||
- [ ] Folder - Search and open a sub-folder on entering the path.
|
||||
- [ ] Uri - launch a web page on entering the uri.
|
||||
- [ ] Window walker - Switch focus to a running window.
|
||||
- [ ] Service - start, stop, restart windows service. Enter the action keyword `!` to get the list of services.
|
||||
- [ ] Registry - navigate through the registry tree and open registry editor. Enter the action keyword `:` to get the root keys.
|
||||
- [ ] Registry - navigate through the registry tree and copy key path.
|
||||
- [ ] System - test `lock`.
|
||||
- [ ] System - test `empty recycle bin`.
|
||||
- [ ] System - test `shutdown`.
|
||||
- [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`.
|
||||
|
||||
- [ ] Disable PT Run and ensure that the hotkey doesn't bring up PT Run.
|
||||
- [x] Disable PT Run and ensure that the hotkey doesn't bring up PT Run.
|
||||
|
||||
- [ ] Test tab navigation.
|
||||
- [x] Test tab navigation.
|
||||
|
||||
* Test Plugin Manager
|
||||
- [ ] Enable/disable plugins and verify changes are picked up by PT Run
|
||||
- [ ] Change `Direct activation phrase` and verify changes are picked up by PT Run
|
||||
- [ ] Change `Include in global result` and verify changes picked up by PT Run
|
||||
- [ ] Clear `Direct activation phrase` and uncheck `Include in global result`. Verify a warning message is shown.
|
||||
- [ ] Disable all plugins and verify the warning message is shown.
|
||||
- [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.
|
||||
|
||||
## OOBE
|
||||
* Quit PowerToys
|
||||
|
Loading…
Reference in New Issue
Block a user