Manual Test Procedure#

pw_web is a web based log viewer and the manual tests here are intended to address situations where automated tests are not able to cover.

Test Sections#

Log View Controls#

#

Test Action

Expected Result

1

Input bar is empty
Press the clear logs button (trash can with lines)
Logs are cleared and entries after time of button press are addded.

2

Input bar has a single word filter
Press the clear logs button (trash can with lines)
Logs are cleared and filtered entries after time of button press are addded.

3

Table is autoscrolling, scroll up
Autoscroll is disabled and jump to bottom button is visible.

4

Press clear logs button (trash can with lines)
Autoscroll is enabled and jump to bottom button is not visible.

Add note to the commit message#

Add a Testing: line to your commit message and mention the steps executed. For example:

Testing: Log Pane Steps 1-6