-
Notifications
You must be signed in to change notification settings - Fork 27
Test report
folaj034 edited this page Jun 1, 2024
·
98 revisions
Release name: v2
| Date | Issue number | Test case ID | Test case name | Status |
|---|---|---|---|---|
| 27-Feb-2024 | #456 | MP-MPCalendar-012 | User not assigned should be shown as text in meal calendar | Passed |
| 01-Mar-2024 | #372 | MP-MPSearch-013 | Search for a meal plan based on any word of the name | Passed |
| 01-Mar-2024 | #515 | AA-Autocomplete-014 | Enable autocomplete feature for Products and Meals fields in admin app measure form | Passed with exception |
| 01-Mar-2024 | #522 | MP-FilterByTags-015 | Filter meal plans by tags | Passed |
| 04-Mar-2024 | #483 | AA-MultipleTags-016 | Verify creation of multiple tags for a product in Admin app product page | Passed |
| 04-Mar-2024 | #458 | MP-CalenderUsername-017 | Verify display of "no user assigned" on meal plan calendar when no user is assigned | Passed with exception |
| 04-Mar-2024 | #426 | AA-DeleteMeal-018 | Verify deletion of a meal from the meals table without foreign key constraint error | Passed |
| 08-Mar-2024 | #413 | MP-LoginErrorDisplay-019 | Verify display of error message when hitting enter with invalid credentials in the login page | Passed |
| 08-Mar-2024 | #377 | MP-DuplicateMealPlan-020 | Create a duplicate meal plan from an existing meal plan | Passed |
| 08-Mar-2024 | #517 | MP-FilterByTagMeals-021 | Filter meals by tags on the meals page | Passed |
| 08-Mar-2024 | #482 | AA-ProductDropdownDisplay-022 | Verify all products are displayed in the product dropdown when creating a measure in Admin app | Passed |
| 25-Mar-2024 | #505 | AA-SearchBarProducts-023 | Verify the presence and functionality of the search bar in Products section of the Admin App | Failed |
| 19-Apr-2024 | #459 | MP-IconHoverColor-024 | Verify the hover effect of the trash can, duplicate, and shopping cart icons in the meal plans page | Passed |
| 26-Mar-2024 | #460 | MP-ConfirmDelete-025 | Confirm deletion of a meal plan when clicking the trash icon | Passed |
| 26-Mar-2024 | #476 | MP-FavouritesHover-026 | Verify favorites/heart icon turns red on mouse hover | Passed |
| 27-Mar-2024 | #489 | MP-ProductQuantityUpdate-027 | Verify updating the Quantity and Unit for the product Lettuce | Passed |
| 27-Mar-2024 | #457 | AA-SearchBarMeals-028 | Verify the presence and functionality of the search bar in the Admin App (Meals) | Passed |
| 27-Mar-2024 | #518 | MP-InsertTooltip-029 | Insert tooltip for name and description on the meal plan creation page | Passed |
| 16-May-2024 | #522 | MP-FilterByTags-030 | Verify automatic listing of meal plan tags for filtering | Passed |
| 28-Mar-2024 | #548 | MP-Template-031 | Verify the functionality of creating and filtering meal plan templates | Passed |
| 28-Mar-2024 | #529 | MP-AddPrepCookPortions-032 | Verify addition of prep time, cook time, and portions to the Meal UI | Passed |
| 28-Mar-2024 | #568 | MP-DeleteMeasureTable-033 | Verify deletion of measure table | Passed |
| 16-May-2024 | #584 | AA-ProductKeywordsSpaces-034 | Verify ability to use spaces in product keywords in Admin UI | Passed |
| 28-Mar-2024 | #595 | AA-IngredientCreationError-035 | Verify successful creation of ingredients in Admin UI without error | Passed |
| 14-May-2024 | #566 | AA-ImageVideoEmbedding-036 | Verify embedding of images and videos for meals in the meal planner interface | Passed |
| 30-Mar-2024 | #592 | AA-IngredientCodeUnique-037 | Ensure ingredient code is unique for each meal | Passed |
| 30-Mar-2024 | #590 | AA-MealsShowPage-038 | Verify the presence of a show page and show button for meals in the admin UI, and ensure that edit redirects to the show page instead of the meals list | Passed |
| 23-May-2024 | #516 | MP-MyFavouriteMeal-039 | Displaying user's favorite meals | Passed |
| 1-Apr-2024 | #537 | MP-UpdateMealTable-040 | Update meal table with prep time, cook time, and portions | Passed |
| 2-Apr-2024 | #543 | AA-UpdateIngredientTable-041 | Verify Admin UI changes for ingredient table and product table | Passed |
| 3-Apr-2024 | #588 | AA-MealDesignerModify-042 | Verify meal designer's ability to modify meals, products, and nutrition using admin UI | Divided to Multiple Test Cases |
| 3-Apr-2024 | #564 | AA-AssignMealIngredientCode-043 | Verify the ability to assign a unique code to meals and ingredients | Passed |
| 4-Apr-2024 | #551 | MP-TemplateMealPlan-044 | Verify the ability to create template meal plans by meal designers and admins | Passed |
| 4-Apr-2024 | #562 | AA-FieldNamesChange-045 | Verify the consistency of field names for recipes and ingredients with the database schema | Passed |
| 5-Apr-2024 | #588 | AA-CreateUser-046 | Verify the ability to create a user with the role of 'meal designer' | Passed |
| 5-Apr-2024 | #588 | AA-ModifyMeal-047 | Verify the ability to modify meals in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-ShowMeal-048 | Verify the ability to view meal details in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-ShowIngredients-049 | Verify the ability to view ingredients in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-CreateIngredient-050 | Verify the ability to create a new ingredient in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-EditIngredient-051 | Verify the ability to edit an existing ingredient in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-MatchIngredientToProduct-052 | Verify the ability to match an ingredient to a product in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-DeleteIngredient-053 | Verify the ability to delete an existing ingredient in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-CreateProduct-054 | Verify the ability to create a new product in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-EditProduct-055 | Verify the ability to edit an existing product in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-DeleteProduct-056 | Verify the ability to delete an existing product in the Admin UI | Passed |
| 5-Apr-2024 | #588 | AA-CreateUserAsAdmin-057 | Verify the ability to create a user with the role of 'meal designer' as an admin | Passed |
| 5-Apr-2024 | #588 | AA-AssignRoleMealDesigner-058 | Verify the ability to assign the role of 'meal designer' to a user as an admin | Passed |
| 5-Apr-2024 | #588 | AA-AssignRoleAdmin-059 | Verify the ability to assign the role of 'admin' to a user as an admin | Passed |
| 5-Apr-2024 | #588 | AA-AssignRoleClient-060 | Verify the inability to assign the role of 'client' to a user as an admin | Passed |
| 5-Apr-2024 | #588 | AA-ClientLoginForbidden-061 | Verify the inability of a user with the role of 'client' to login to the Admin UI | Passed |
| 8-Apr-2024 | #593 | AA-SearchProductBug-062 | Verify the functionality of the search feature for products in the admin UI | Passed |
| 14-May-2024 | #593 | MP-ViewMealWithoutLogin-063 | Viewing a specific meal without logging in | Passed |
| 8-Apr-2024 | #602 | MP-DisplayTemplates-064 | Displaying templates along with all meal plans | Passed |
| 11-Apr-2024 | #624 | AA-SearchMeals-065 | Verify functionality of search for meals in Admin UI | Passed |
| 11-Apr-2024 | #631 | AA-ResetPassword-066 | Verify functionality of reset password for users in Admin UI | Passed |
| 06-May-2024 | #623 | MP-RemoveFavoriteIcon-067 | Verify removal of favorite icon from meal plan card | Passed |
| 15-Apr-2024 | #609 | MP-IngredientsTable-068 | Verify visibility of ingredients in Meal page | Passed |
| 15-Apr-2024 | #621 | AA-MealInIngredientPage-069 | Verify display of meal name in ingredient page of Admin UI | Passed |
| 16-Apr-2024 | #614 | MP-NutritionData-070 | Display nutrition data of meal in the Mealplanner UI | Passed |
| 16-Apr-2024 | #622 | MP-MealPlanAvatar-071 | Visual differentiation for Meal Plan Card | Passed |
| 16-Apr-2024 | #570 | MP-MatchProductsToIngredient-072 | Match multiple products to an ingredient | Passed |
| 23-Apr-2024 | #629 | MP-CreateTwoTemplates-073 | Verify creating more than one meal plan or template without the need to refresh the page | Passed |
| 06-May-2024 | #469 | MP-DisplayCivicTechLogo-074 | Verify displaying Civic Tech logo and name in the printout of the recipe (meal) in the footer of every page. | Passed |
| 23-Apr-2024 | #355 | AA-CreateEmptyMeal-075 | Verify empty meal cannot be created in the Admin UI | Passed |
| 23-Apr-2024 | #580 | MP-TagsAlignedCorrectry-076 | Verify tags are being aligned in multiple lines. | Passed |
| 21-May-2024 | #644 | MP-CheckPrimaryIngredient-077 | Verify The primary ingredient are displayed when there are substitutes for ingredients in a meal. | Passed |
| 10-May-2024 | #656 | AA-SearchProductByAnyWord-078 | Verify Search product is working for any word in the product name. | Passed |
| 10-May-2024 | #637 | MP-DisplaySubstituteReason-079 | Verify display the reason for substitute ingredient. | Passed |
| 10-May-2024 | #637 | AA-PriceAndQuantityType-080 | Verify the type of the price and the quantity is number. | Passed |
| 15-May-2024 | #645 | AA-BackToMeal-081 | Verify the ingredient page has a link back to Meal from the meal name | Passed |
| 16-May-2024 | #621 | AA-MealNameOnIngredientPage-082 | Verify the ingredient page has the meal name | Passed |
| 16-May-2024 | #584 | AA-TagSpaces-0083 | Verify ability to use spaces in tags in Admin UI | Passed |
| 29-May-2024 | #673 | MP-CivictechLogOnMealPlan-084 | Verify ability to use spaces in tags in Admin UI | Passed |
| 30-May-2024 | #455 | MP-Favoritefeatureformeal-085 | Verify ability to select favorite meals in the meal planner UI | Passed |
| 30-May-2024 | #455 | MP-SortingfeaturewithFavoritecategoryformeals-086 | Verify ability to sort meals by favorite category in the meal planner UI | Passed |
| 30-May-2024 | #685 | AA-CreateIngredientButton-087 | Verify the exciting of CREATE button for Ingredients when there are no ingredients yet | Passed |
| 30-May-2024 | #670 | MP-SpaceBeforeMethod-088 | Verify the ingredients and method are displayed without unnecessary blank space. | Passed |
| 30-May-2024 | #664 | AA-TipsInRichText-089 | Verify the tips have rich text format.. | Require Revision |
| 30-May-2024 | #625 | AA-UnitDisplayedNextToQuantityInProductMatch-090 | Verify the Unit is displayed next to the quantity in the Products Match view. | Passed |
| 31-May-2024 | AA-RegisterNewUser-091 | Verify the admin can register new user. | Passed | |
| 31-May-2024 | #632 | MP-TermsPage-092 | Verify the new user must agree on terms and conditions | Passed |
| 31-May-2024 | #632 | MP-RejectConditions-093 | Verify the user who reject the conditions doesn't have access to the meal plans | Passed |
| 31-May-2024 | #632 | MP-AcceptConditions-094 | Verify the user who accept the conditions have access to the meal plans | Passed |
| 31-May-2024 | #667 | MP-CopyIconForClient-095 | Verify the client user can copy a meal plan template. | Passed |
| 01-Jun-2024 | #668 | MP-AA-CreateSubstituteIngredientforPrimaryIngredient-096 | Verify ability to create substitute ingredient relating to a primary ingredient. | Passed |