Skip to content

Commit

Permalink
#137: updates test description document
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Feb 20, 2023
1 parent efe3cf9 commit 1cbd9d9
Showing 1 changed file with 13 additions and 39 deletions.
52 changes: 13 additions & 39 deletions docs/ReleaseTest.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Release Test

This document lists certain usecases which should be tested before performing a release. If not noted otherwise, each test should be performed on each supported platform.
This document lists certain usecases which should be tested before performing a release. If not noted otherwise, each
test should be performed on each supported platform.

## T1 start app without parameters
## T-INSTALL : install LogoRRR

#### Action

- Start application from terminal without parameters.

#### Expected

- A window should appear which makes clear how to load log files (Currently there are two options: via drag'n drop and by providing a command line parameter).
- Check if correct version is displayed in window title

## T2 start app from desktop
- install LogoRRR on all supported platforms
- start LogoRRR
- delete home directory for applications, start LogoRRR

(Currently not working on mac)
## T-START-DESKTOP: start app from desktop

#### Action

Expand All @@ -25,41 +19,21 @@ This document lists certain usecases which should be tested before performing a

- App starts 'normally', not opening any files.

## T3 start app with parameters

#### Action

- start app and provide a path to a log file

#### Expected

- App starts and displays log file

## T3.1 start app with parameters

#### Action

- Like T3, but provide garbage as parameters (non existent file, a binary file for example)

#### Expected

- App starts and displays a warning dialog

## T4 deselect all filters
## T-FILTER-DESELECT: deselect all filters

#### Prerequisite

- A log file is loaded

#### Action

- disable all filters

#### Expected

- No entry should be shown in text view if all filters are disabled


## T5 delete all filters
## T-FILTER-DELETE: delete all filters

#### Prerequisite

Expand All @@ -74,7 +48,7 @@ This document lists certain usecases which should be tested before performing a
- all entries should be shown
- 'Unclassified' should be shown with '100%'

## T6 add a filter
## T-FILTER-ADD: add a filter

#### Prerequisite

Expand All @@ -89,7 +63,7 @@ This document lists certain usecases which should be tested before performing a
- a new 'search tag' appears with entered text
- to the left, all entries which contain given text are highlighted in selected color

## T7 disable a filter
## T-FILTER-DISABLE: disable a filter

#### Prerequisite

Expand All @@ -103,7 +77,7 @@ This document lists certain usecases which should be tested before performing a

- no log entry with a matching text should be shown, neither left in graphical view nor to the right in the text view

## T8 add a second log file
## T-LOGFILE-ADD: add a second log file

#### Prerequisite

Expand Down

0 comments on commit 1cbd9d9

Please sign in to comment.