Novel-It Docs

05 Location Management

Test execution records for location profiles and relationships

Revision: 1.0 · 18-Apr-2026

R-FUNC-0501.01 Location list board displays all locations

Scenario: Locations are displayed as cards on the board

T-FUNC-0501.01.01
DateResultIssueComment
2026-04-16PASSAll locations were displayed as cards as expected.

Scenario: Archived locations do not appear on the location list board

T-FUNC-0501.01.02
DateResultIssueComment
2026-04-16FAIL#82Cannot archive locations so this test cannot be run.

R-UI-0501.01 Location list board has no parent summary section

Scenario: No parent summary section is shown on the location list board

T-UI-0501.01.01
DateResultIssueComment
2026-04-16PASSNo parent summary section was displayed on the locations list board.

R-UI-0501.02 Location card displays the location image

Scenario: Location image is displayed on the card when one has been uploaded

T-UI-0501.02.01
DateResultIssueComment
2026-04-16PASSThe image was displayed as expected.

Scenario: Location card displays no image when none has been uploaded

T-UI-0501.02.02
DateResultIssueComment
2026-04-16PASSWhen no image has been uploaded none is displayed, as expected.

R-FUNC-0502.01 Create a location

Scenario: Successfully create a location

T-FUNC-0502.01.01
DateResultIssueComment
2026-04-16PASSThe location was created as expected.

Scenario: Attempt to create a location without a name

T-FUNC-0502.01.02
DateResultIssueComment
2026-04-16PASSIt was not possible to create a location without a name, as expected.

R-UI-0502.01 Add location form presents all required fields

Scenario: Add location form presents all required fields

T-UI-0502.01.01
DateResultIssueComment
2026-04-16PASSAll fields were displayed as expected.

R-FUNC-0502.02 Upload a location image

Scenario: Successfully upload a location image on the add location page

T-FUNC-0502.02.01
DateResultIssueComment
2026-04-16PASSThe image was uploaded as expected.

Scenario: Successfully upload a location image on the edit location page

T-FUNC-0502.02.02
DateResultIssueComment
2026-04-16PASSThe image was uploaded as expected.

Scenario: Successfully replace an existing location image

T-FUNC-0502.02.03
DateResultIssueComment
2026-04-16PASSThe image was replaced as expected.

R-FUNC-0502.03 Add a location type value

Scenario: Successfully add a new location type value

T-FUNC-0502.03.01
DateResultIssueComment
2026-04-16PASSThe location type was added successfully

Scenario: Type values are scoped to the current novel

T-FUNC-0502.03.02
DateResultIssueComment
2026-04-16PASSThe location type was scoped to the novel as expected.

R-FUNC-0502.04 Rename a location type value

Scenario: Successfully rename a location type value

T-FUNC-0502.04.01
DateResultIssueComment
2026-04-16PASSThe location type was renamed successfully

R-FUNC-0502.05 Delete a location type value

Scenario: Successfully delete a location type value

T-FUNC-0502.05.01
DateResultIssueComment
2026-04-16FAIL#87There's no facility to delete locations and so this test cannot be run

Scenario: Deleting a type value does not delete assigned locations

T-FUNC-0502.05.02
DateResultIssueComment
2026-04-16FAIL#87There's no facility to delete locations and so this test cannot be run

R-SEC-0502.01 Location image upload restricted to PNG and JPEG formats

Scenario: PNG file is accepted for location image upload

T-SEC-0502.01.01
DateResultIssueComment
2026-04-16PASSA .png image was uploaded successfully.

Scenario: JPG file is accepted for location image upload

T-SEC-0502.01.02
DateResultIssueComment
2026-04-16PASSA .jpg image was uploaded successfully

Scenario: JPEG file is accepted for location image upload

T-SEC-0502.01.03
DateResultIssueComment
2026-04-16PASSA .jpeg file was uploaded successfully

Scenario: File with unsupported extension is rejected

T-SEC-0502.01.04
DateResultIssueComment
2026-04-16FAIL#83It was possible to upload a .bmp file, no as expected.

R-FUNC-0503.01 Save and cancel when editing a location

Scenario: Successfully save changes to a location

T-FUNC-0503.01.01
DateResultIssueComment
2026-04-16PASSThe location name was updated as expected.

Scenario: Cancel editing a location

T-FUNC-0503.01.02
DateResultIssueComment
2026-04-16PASSThe location name was not updated, as expected.

R-UI-0503.01 Edit location form displays appears in scenes as read-only

Scenario: Appears in scenes is displayed as read-only on the edit location page

T-UI-0503.01.01
DateResultIssueComment
2026-04-16PASSThe Appears In field was read-only as expected.

R-FUNC-0510.01 Define a relationship between a location and any planning entity

Scenario: Successfully define a relationship between a location and a character

T-FUNC-0510.01.01
DateResultIssueComment
2026-04-16PASSThe relationship was created successfully.

Scenario: Successfully define a relationship between two locations

T-FUNC-0510.01.02
DateResultIssueComment
2026-04-16PASSThe relationship was created successfully

R-FUNC-0510.02 Relationships are displayed on both participating entities

Scenario: Relationship appears on both participating entities’ pages with correct labels

T-FUNC-0510.02.01
DateResultIssueComment
2026-04-16PASSThe relationship was displayed on both entities as expected.

R-FUNC-0510.03 Edit a relationship from either participating entity’s page

Scenario: Successfully edit a relationship from the location’s page

T-FUNC-0510.03.01
DateResultIssueComment
2026-04-16FAIL#84The forward label overwrites the reverse label when editing a relationship.

R-FUNC-0510.04 Delete a relationship from either participating entity’s page

Scenario: Successfully delete a relationship from the location’s page

T-FUNC-0510.04.01
DateResultIssueComment
2026-04-16PASSThe relationship was deleted as expected.

R-DATA-0510.01 Deleting a location removes all its relationships

Scenario: Relationships are removed when a location is deleted

T-DATA-0510.01.01
DateResultIssueComment
2026-04-16FAIL#88There's no facility to delete locations.