Update acceptance test results authored by Wes Li (wel191)'s avatar Wes Li (wel191)
...@@ -248,48 +248,48 @@ Refer to the section of "Acceptance Test Results"<br> ...@@ -248,48 +248,48 @@ 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.)<br> * **1. Searching for Flight Routes**: (null, existing, non-completed, completed, duplicate, etc.)
* 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 departure times, for example, "11:00" or "1800." * Search for a number that could be related to departure times, for example, "11:00" or "1800."
* Search for something that should not exist in the, for example, "beans." * Search for something that should not exist in the, for example, "beans."
<br> <br>
* **2. Retrieval of Reservation**: (retrievable, correct, incorrect, multiple, etc.)<br> * **2. Retrieval of Reservation**: (retrievable, correct, incorrect, multiple, etc.)
* 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: such as name, date of birth, address, phone number, email, type of airplane, flight number, flight date and time, departure airport, destination airport, terminal number, booking reference. * Check if the confirmation page has all the details required to be presented to the customer: such as name, date of birth, address, phone number, email, type of airplane, flight number, flight date and time, departure airport, destination airport, terminal number, booking reference.
<br> <br>
* **3. Usability of Web Pages**: (general web application testing will be applicable here.)<br> * **3. Usability of Web Pages**: (general web application testing will be applicable here.)
* 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.)<br> * **4. Origin Time Indication**: (check if both origin time displaying or not, the correctness of the time, etc.)
* 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.)<br> * **5. Displaying Search Results**: (check if the results will show up or not, the correctness of the results, etc.)
* 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.)<br> * **6. Language Options of Pages**: (Check if language choices exist, choices are clickable or not, etc.)
* 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.)<br> * **7. Security of Payment Page**: (check if payment information still exist in the database or not, etc.)
* Test if a message pops up indicating that the payment is secured and the information has been deleted. * Test if a message pops up indicating that the payment is secured and the information has been deleted.
* 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.)<br> * **8. About Page of the Company**: (Responsiveness, completeness, etc.)
* 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>
... ...
......