From f3147ea2d1598914c2db53e8cfb34c8ff81e2ff4 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 27 Aug 2020 07:48:10 +0200 Subject: New upstream version 3.0.0 --- TESTPLAN | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 TESTPLAN (limited to 'TESTPLAN') diff --git a/TESTPLAN b/TESTPLAN new file mode 100644 index 0000000..7669485 --- /dev/null +++ b/TESTPLAN @@ -0,0 +1,154 @@ + +Main screen: + + For all views, all modes: + + Mouse click header - nothing happens. + + Mouse click on ProcessList title bar - exit Tree view, update FunctionBar, title bar updates, sort by clicked field. +*** FAILING: wrong FB update depending on mode; does not change sort in wip branch + click on same entry - invert sort. + click on another entry - sort another field. + + Mouse click on a process - select that process. + + for each entry in FunctionBar: + Mouse click entry - perform action of associated key. + + In Normal mode, Sorted view: + + <+> or <-> - do nothing. + + - enter SortBy screen. + + In Normal mode, Tree view: + + select process - update F6 in FunctionBar if subtree is collapsed or expanded. + + , <+> or <-> - expand/collapse subtree. + + In Normal mode, either Sorted or Tree view: + + , - activate Search mode. + + , <\> - activate Filter mode. + + , <]> - as root only, decrease process NICE value. + + , <[> - increase process NICE value. + + - enter Affinity screen. + + - do nothing. + + - select process and all its children. + + , , , - do nothing. + + , , - enter Help screen. + + - on Linux, enter IOPriority screen. + + - do nothing. + + , - enter Kill screen. + + - enter LSOF screen. + + , , ,

- enter Sorted view, update function bar, sort by CPU%. + + , - do nothing. + + - enter Sorted view, update function bar, sort by TIME. + + - untag all processes. + + , , , , - do nothing. + + <<>, <>>, <,>, <.> - enter SortBy screen. + + space - tag current process, move down cursor. + + numbers - incremental PID search. + + In Search mode: + + TODO + + In Filter mode: + + TODO + +Setup screen: + + TODO + +SortBy screen: + + TODO + +User screen: + + TODO + +Kill screen: + + TODO + +Affinity screen: + + TODO + +Help screen: + + any key - back to Main screen. + +IOPriority screen: + + TODO + +STrace screen: + + TODO + +LSOF screen: + + TODO -- cgit v1.2.3

- do nothing. + + , - quit program. + + - do nothing. + + - enter STrace screen. + + , - toggle between Tree and Sorted view, update F5 in FunctionBar, follow process + + - enter User screen. + + , , , , - do nothing. + + , - do nothing. + + , , - enter Setup screen. + + , - do nothing. + + - follow process. + + - do nothing. + + - toggle show/hide userland threads. + + - invert sort order. + + - do nothing. + + - toggle show/hide kernel threads. + + - do nothing. + + - enter Sorted view, update function bar, sort by MEM%. + + , - do nothing. + +