Skip to content

Commit

Permalink
updated test plan with new invalid characters and more accurate metad…
Browse files Browse the repository at this point in the history
…ata constraint failed case
  • Loading branch information
rfulton-lf committed Oct 18, 2023
1 parent dc5eff1 commit a0cc646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Expected Results:

#### Test metadata configuration
Steps:
1. Create a Profile named `number metadata` that saves to a folder of your choice and leaves a copy of the file in SharePoint after import. Assign a template that has a required number field in Laserfiche, and map the SharePoint Column `Actual Work` to the required number field.
1. Create a Profile named `number metadata` that saves to a folder of your choice and leaves a copy of the file in SharePoint after import. Assign a template that has a required short integer field in Laserfiche, and map the SharePoint Column `Actual Work` to the required short integer field.
1. Save the Profile.

Expected Results:
Expand Down Expand Up @@ -220,7 +220,7 @@ Expected Results:
#### Test metadata constraint failed case
Steps:
1. Add SharePoint Column "Actual Work" to SharePoint Library
1. Add value for "Actual Work" for a specific document to be a very large number
1. Add value for "Actual Work" for a specific document to be a number of 65,000.
1. Set the Default mapping to `number metadata`, and save.
1. Attempt to save the specific document to Laserfiche

Expand Down Expand Up @@ -368,7 +368,7 @@ Test delete after save action
- Expected results: Dialog remains open, error specifies to provide a folder name
1. Close dialog
1. Use create folder button
1. Use name with invalid characters (e.g. `~!@#$%^&*()` )
1. Use name with the invalid character `\`.
1. Attempt to create folder
- Expected results: Dialog remains open, error specifies to provide a valid folder name
1. Use create folder button
Expand Down

0 comments on commit a0cc646

Please sign in to comment.