Update Final Submission authored by Jorgen Wiebe (jow172)'s avatar Jorgen Wiebe (jow172)
...@@ -426,6 +426,9 @@ While we had initial promising results from Tesseract(Google’s open-source Opt ...@@ -426,6 +426,9 @@ While we had initial promising results from Tesseract(Google’s open-source Opt
### Automated Testing ### Automated Testing
### Manual Testing ### Manual Testing
#### Receipt Input #### Receipt Input
##### Test 1 ##### Test 1
* Goal: Display helpful error messages on invalid operation * Goal: Display helpful error messages on invalid operation
* Instructions * Instructions
...@@ -437,41 +440,48 @@ While we had initial promising results from Tesseract(Google’s open-source Opt ...@@ -437,41 +440,48 @@ While we had initial promising results from Tesseract(Google’s open-source Opt
##### Test 2 ##### Test 2
* Goal: Display helpful error messages on invalid operation * Goal: Display helpful error messages on invalid operation
* Instructions * Instructions
* Enter receipt information but leave the date field blank * Enter Business Name, Item Name, Amount, Cost per Item and tag. Leave the Date field blank. Click “Create”. Then click “Save”
* Verify That: * Verify That:
* An error message is displayed * An error message is displayed
* Status: Pass * Status: Pass
##### Test 3 ##### Test 3
* Goal: * Goal: Display helpful error messages on invalid operation
* Instructions * Instructions
* * Enter Business Name, Date, Amount, Cost per Item and tag. Leave the Items field blank. Click “Create”. Then click “Save”
* Verify That: * Verify That:
* * An error message is displayed
* Status: Pass * Status: Pass
##### Test 4 ##### Test 4
* Goal: * Goal: Display helpful error messages on invalid operation
* Instructions * Instructions
* * Enter Business Name, Date, Amount, Cost per Item and tag. Enter some item formation but leave one parameter blank. Click “Create”. Then click “Save”
* Verify That: * Verify That:
* * Display helpful success message on valid operation
* Status: Pass * Status: Pass
##### Test 5 ##### Test 5
* Goal: * Goal: Display helpful success message on valid operation
* Instructions * Instructions
* * Enter receipt information of the receipt in the photo you wish to upload.
* Click on “Select a file”. Select photo of receipt and click “open”.
* Click “Save”
* Click on “Search Receipts”
* Click on the receipt you just saved.
* Verify That: * Verify That:
* * The picture is copied into the picture database
* The picture info is successfully put into the database and kept upon reloadings
* Status: Pass * Status: Pass
##### Test 6 ##### Test 6
* Goal: * Goal: Display helpful success message on valid operation
* Instructions * Instructions
* * Enter all receipt valid information
* Click “Save”
* Verify That: * Verify That:
* * An success message is displayed
* The receipt is successfully put into the database and kept upon reloadings
* Status: Pass * Status: Pass
... ...
......