Project

General

Profile

Test Plan » History » Version 23

Luke Murphey, 06/20/2016 08:43 PM

1 1 Luke Murphey
h1. Test Plan
2 1 Luke Murphey
3 7 Luke Murphey
h2. General
4 7 Luke Murphey
5 7 Luke Murphey
# The app must work with custom root endpoints
6 7 Luke Murphey
# The app has a description
7 7 Luke Murphey
# The app has an icon
8 7 Luke Murphey
# The app is visible
9 22 Luke Murphey
# The app works on all applicable versions of Splunk (6.1+)
10 19 Luke Murphey
## 6.1 and earlier does not support replication of CSV files
11 22 Luke Murphey
## 6.0 and earlier does not support the check-boxes on the editor form (thus is not supported)
12 7 Luke Murphey
# The print and edit controls are not displayed on the lister and editor
13 8 Luke Murphey
# The app works with IE, Safari, FireFox, and Chrome
14 7 Luke Murphey
15 7 Luke Murphey
h2. File Lister
16 7 Luke Murphey
17 7 Luke Murphey
# Lookup files appear including both user-based and app-based files and the list is complete (isn't missing files)
18 7 Luke Murphey
# A warning is shown if the user does not have permission to view the lookup files
19 7 Luke Murphey
# Both KV store and CSV lookup files are included
20 20 Luke Murphey
## KV store lookup options are not listed on hosts that are pre-6.2
21 7 Luke Murphey
# The list has functional pagination
22 7 Luke Murphey
# Files can be exported
23 18 Luke Murphey
## User-specific lookups can be exported
24 18 Luke Murphey
## Global lookups can be exported
25 18 Luke Murphey
## Lookups in the app directory but re-assigned ownership to a user can be exported (lookups that are in the app directory but are re-assigned to an owner that isn't nobody via meta-data)
26 18 Luke Murphey
## Both KV store and CSV lookups can be exported
27 7 Luke Murphey
# Filters work
28 7 Luke Murphey
29 7 Luke Murphey
30 7 Luke Murphey
h2. File Editor
31 8 Luke Murphey
32 7 Luke Murphey
# Users can create new lookups
33 21 Luke Murphey
## Disabled apps are not listed in the apps list
34 7 Luke Murphey
## The editor warns users if the name or namespace is not provided (when creating a new lookup)
35 10 Luke Murphey
## A warning is shown if the lookup file or collection already exists
36 7 Luke Murphey
## A warning is shown if no fields are defined for a KV store lookup file
37 11 Luke Murphey
## A warning is shown if the KV store field names are not unique
38 11 Luke Murphey
## A warning is shown if the KV store fields include a lineage that conflicts with other fields (e.g. cannot have "a" and "a.b")
39 7 Luke Murphey
## Importing a lookup file into a new lookup file should fill out the name with the file name if it was not yet completed
40 7 Luke Murphey
## Lookup files are saved with the correct name and in the correct app
41 7 Luke Murphey
## When a lookup is created, the URL is modified such that it matches a URL that link to editing the lookup
42 17 Luke Murphey
### All arguments are present: type, owner, name, namespace
43 7 Luke Murphey
# Importation functions
44 7 Luke Murphey
## Files can be imported by dragging a file onto the editor or on the import dialog (for CSV lookups only)
45 7 Luke Murphey
## KV store shouldn't load a file by dragging into the editor (since it isn't supported yet)
46 13 Luke Murphey
## User lookups are created in the users directory; these lookups are listed in the list UI for that user
47 7 Luke Murphey
# Users can edit lookups
48 7 Luke Murphey
## The files can be modified in the editor (both KV store and CSV)
49 23 Luke Murphey
## Lookups entries can be loaded from other users (KV store only)
50 23 Luke Murphey
### Entries are saved in the user selected
51 23 Luke Murphey
### Entries from a given user are displayed
52 23 Luke Murphey
### The URL is modified when switching user contexts
53 15 Luke Murphey
## Adding a new row works and doesn't show "null"
54 7 Luke Murphey
## The user is provided messaging regarding saving edits (that it is in-progress and/or completed)
55 7 Luke Murphey
## KV store with a hierarchy can be edited
56 7 Luke Murphey
## KV store that enforces types can be edited (and a warning is shown if an incorrect types)
57 1 Luke Murphey
### Incorrect values for fields when a lookup has defined types can be edited
58 16 Luke Murphey
## Making multiple KV store lookups with the same name is not allowed
59 7 Luke Murphey
## A warning is shown if the user does not have permission to view the lookup files
60 7 Luke Murphey
## A warning is shown if the lookup file does not exist
61 7 Luke Murphey
## A warning is shown if the lookup file is too large to modify
62 7 Luke Murphey
## Users cannot the header
63 7 Luke Murphey
## Lookup files that are owned by a user but are actually in the apps directory are saved in the correct location
64 7 Luke Murphey
## Pressing "cancel" sends the user back to the list page
65 9 Luke Murphey
## The lookup backup list is refreshed when saving (CSV only)
66 7 Luke Murphey
## The editor recognizes the field types (if available) for KV lookups and shows that the value is incorrect (e.g. entering "foo" in a field that expects an number is shown as invalid)
67 1 Luke Murphey
## Header is fixed so that it always appears at the top of the editor
68 9 Luke Murphey
## If a lookup has no rows, then the editor will display at least one empty row
69 7 Luke Murphey
# Users can view and load backups of files (CSV only)
70 7 Luke Murphey
## Backups are automatically made when a lookup is saved
71 7 Luke Murphey
## Loading a backup causes it to be loaded into the editor
72 7 Luke Murphey
## A message is shown when a lookup is loaded
73 12 Luke Murphey
## Backups for user lookups work
74 1 Luke Murphey
# XSS prevention
75 17 Luke Murphey
## An imported CSV with scripting doesn't get executed
76 12 Luke Murphey
## A CSV or KV store lookup with scripting doesn't get executed