Update Acceptance test results authored by Wes Li (wel191)'s avatar Wes Li (wel191)
...@@ -275,13 +275,13 @@ Refer to the section of "Acceptance Test Results"<br> ...@@ -275,13 +275,13 @@ Refer to the section of "Acceptance Test Results"<br>
**Acceptance Test Results** **Acceptance Test Results**
----------------------------- -----------------------------
*Following the order in the section of* **User Stories Implemented** *Following the order in the section of* **User Stories Implemented**
* **1. Searching for Flight Routes**: (null, existing, non-completed, completed, duplicate, etc.) * **1. Searching for Flight Routes**:
* Search for a known destination/origin available; for example, "Saskatoon." ✓ * Search for a known destination/origin available; for example, "Saskatoon." ✓
* Search for a number that could be related to the departure date, for example, "2020-04-23" ✕ * Search for a number that could be related to the departure date, for example, "2020-04-23" ✕
* Search for something that should not exist in the database, for example, "beans." ✕ * Search for something that should not exist in the database, for example, "beans." ✕
<br> <br>
* **2. Retrieval of Reservation**: (retrievable, correct, incorrect, multiple, etc.) * **2. Retrieval of Reservation**:
* Test if a confirmation page pops up displaying all the details related to the reservation once it is made. ✓ * Test if a confirmation page pops up displaying all the details related to the reservation once it is made. ✓
* Check if the confirmation page has all the details required to be presented to the customer: * Check if the confirmation page has all the details required to be presented to the customer:
a. Name, date of birth, address, phone number, email; ✕ <br> a. Name, date of birth, address, phone number, email; ✕ <br>
...@@ -289,37 +289,37 @@ Refer to the section of "Acceptance Test Results"<br> ...@@ -289,37 +289,37 @@ Refer to the section of "Acceptance Test Results"<br>
c. Terminal number, booking reference. ✕<br> c. Terminal number, booking reference. ✕<br>
<br> <br>
* **3. Usability of Web Pages**: (general web application testing will be applicable here.) * **3. Usability of Web Pages**:
* Test if the website is popped up and displayed properly. ✓ * Test if the website is popped up and displayed properly. ✓
* Test if all the content of the website is displayed as required. ✓ * Test if all the content of the website is displayed as required. ✓
* Test if all the content of the website is displayed as required and providing ease of use. ✓ * Test if all the content of the website is displayed as required and providing ease of use. ✓
* Test if all the content of the website is displayed as required and providing ease of use, besides, meeting the general aesthetics standard. ✓ * Test if all the content of the website is displayed as required and providing ease of use, besides, meeting the general aesthetics standard. ✓
<br> <br>
* **4. Origin Time Indication**: (check if both origin time displaying or not, the correctness of the time, etc.) * **4. Origin Time Indication**:
* Test if the local time is displayed correctly. ✓ * Test if the local time is displayed correctly. ✓
* Test if the time at the desired destination is displayed properly. ✓ * Test if the time at the desired destination is displayed properly. ✓
* Test to see if the local time and the time at the destination when the user arrival is accurate. ✓ * Test to see if the local time and the time at the destination when the user arrival is accurate. ✓
<br> <br>
* **5. Displaying Search Results**: (check if the results will show up or not, the correctness of the results, etc.) * **5. Displaying Search Results**:
* Check that the exact length and final price is visible to the user on the screen before booking. ✓ * Check that the exact length and final price is visible to the user on the screen before booking. ✓
* Make sure that the time lengths are not overlapping and are in the proper order. ✓ * Make sure that the time lengths are not overlapping and are in the proper order. ✓
* The time lengths correspond to the correct time zones. ✓ * The time lengths correspond to the correct time zones. ✓
<br> <br>
* **6. Language Options of Pages**: (Check if language choices exist, choices are clickable or not, etc.) * **6. Language Options of Pages**:
* Test if the user can select the language they want from a dropdown menu. ✕ * Test if the user can select the language they want from a dropdown menu. ✕
* After selecting the language, check if the changes are applied to all sections and pages of the website. ✕ * After selecting the language, check if the changes are applied to all sections and pages of the website. ✕
* The pages are translated correctly. ✕ * The pages are translated correctly. ✕
<br> <br>
* **7. Security of Payment Page**: (check if payment information still exist in the database or not, etc.) * **7. Security of Payment Page**:
* Test if a message pops up indicating that the payment is secured and the payment information will not be saved. ✓ * Test if a message pops up indicating that the payment is secured and the payment information will not be saved. ✓
* Check that the payment information is not anywhere in the database. ✓ * Check that the payment information is not anywhere in the database. ✓
<br> <br>
* **8. About Page of the Company**: (Responsiveness, completeness, etc.) * **8. About Page of the Company**:
* Ensure there is a working, visible option from every screen to go the "About" page. ✓ * Ensure there is a working, visible option from every screen to go the "About" page. ✓
* The "About" page has marked sections that explain the history of the company and its goals. ✓ * The "About" page has marked sections that explain the history of the company and its goals. ✓
<br> <br>
... ...
......