Changes
Page history
Update Final Submission
authored
Apr 07, 2020
by
Jorgen Wiebe (jow172)
Hide whitespace changes
Inline
Side-by-side
Final-Submission.md
View page @
216ff11c
...
...
@@ -706,10 +706,11 @@ While we had initial promising results from Tesseract(Google’s open-source Opt
#### File
##### Test 1
*
Pre instructions:
*
delete data folder inside the app.
##### Test 1
*
Goal: To verify that the file page is the first page opened when starting the application
*
Instructions
*
Startup the application.
...
...
@@ -803,3 +804,79 @@ While we had initial promising results from Tesseract(Google’s open-source Opt
*
Verify That:
*
Your last opened file should be currently opened. Can be validated if the name is in the title and through search.
*
Status: Pass
#### Visualization
##### Test 1
*
Goal: Correctly plot single receipt value on graph
*
Instructions
*
Click on “Receipt Input” on the sidebar.
*
Add a receipt with total of 10$ on April 1st
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
Receipt values are correctly plotted in center of graph
*
Status: Pass
##### Test 2
*
Goal: Correctly plot several receipt values on graph
*
Instructions
*
Click on “Receipt Input” on the sidebar.
*
Add another receipt with total 20$ on February 1st
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
Receipts values are correctly plotted on graph
*
Status: Pass
##### Test 3
*
Goal: Correctly plot several receipt values on graph
*
Instructions
*
Click on “Receipt Input” on the sidebar.
*
Add another receipt with total 30$ on March 1st
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
Receipts values are correctly plotted on the graph
*
Status: Pass
##### Test 4
*
Goal: Ensure brush-to-zoom functionality works on the graph
*
Instructions
*
Click and hold on the graph. Drag and zoom in to only select 20$ value
*
Verify That:
*
Axes adjust to values within selected range
*
10$ and 30$ receipts should not be visible on the graph
*
Status: Pass
##### Test 5
*
Goal: Correctly plot several receipt values on graph after deleting a receipt
*
Instructions
*
Click on “Search Receipts” on the sidebar.
*
Click on 30$ receipt.
*
Click “Delete”
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
10$ and 20$ values populate in correct place
*
Status: Pass
##### Test 6
*
Goal: Correctly plot single receipt value on graph after deleting a receipt
*
Instructions
*
Click on “Search Receipts” on the sidebar.
*
Click on 20$ receipt.
*
Click “Delete”
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
10$ value populates in correct place
*
Status: Pass
##### Test 7
*
Goal: Display an empty graph when deleting all receipts
*
Instructions
*
Click on “Search Receipts” on the sidebar.
*
Click on 10$ receipt.
*
Click “Delete”
*
Click on “Money Spent” on the sidebar.
*
Verify That:
*
Graph is empty
*
Status: Pass
\ No newline at end of file