https://sushmailu.myshopify.com/ bug_report
Test Cases:
Test Case ID | Test Case Description | Expected Result | Actual Result | Status |
---|---|---|---|---|
TC01 | Verify the widget displays correctly on mobile devices | Widget should be responsive and display correctly | Displayed as expected | Pass |
TC02 | Verify the widget functionality on desktop | Widget should function without any issues | Functioned correctly | Pass |
TC03 | Test widget across all supported browsers | Widget should be compatible with all browsers | Compatible as expected | Pass |
TC04 | Add and remove items in the Pumper offers | Items should be added and removed correctly | Worked as expected | Pass |
TC05 | Verify the admin interface functionalities | Admin functionalities should work without issues | Functioned correctly | Pass |
TC06 | Test edge cases (e.g., invalid inputs, large inputs) | Widget should handle edge cases gracefully | Handled as expected | Pass |
TC07 | Check performance and load time of the widget | Widget should load within acceptable time limits | Loaded quickly | Pass |
TC08 | Validate email and phone number in the contact form | Proper validation error messages should appear | Validation error not triggered properly | Fail |
TC09 | Verify product display UI on web devices | Products should display correctly without UI issues | Products misaligned on web | Fail |
TC10 | Verify price update when quantity changes | Total price should update when quantity changes | Price not updating | Fail |
TC11 | Verify address auto-fill functionality | Address field should auto-fill correctly | Address field emptying | Fail |
TC12 | Verify cart quantity with product selection | Cart should reflect correct quantity | Incorrect quantity in cart | Fail |
Bugs and Issues Identified:
Bug ID | Description | Steps to Reproduce | Severity | Status |
---|---|---|---|---|
BUG02 | Contact form email validation error | Enter invalid email in contact form and submit | High | Open |
BUG03 | Contact form phone number validation error | Enter invalid phone number in contact form and submit | High | Open |
BUG04 | Product display UI issue on web devices | View products on web devices | High | Open |
BUG05 | Price not updating when quantity changes | Increase quantity of product, observe price | High | Open |
BUG06 | Address field emptying after auto-fill | Select address city, state, zip code and observe address field | Medium | Open |
BUG07 | Cart showing incorrect quantity | Add product to cart, change quantity, observe cart | High | Open |
Suggestions for Improvement:
- Product Display UI on Web Devices:
- Issue: Products are misaligned on web devices.
- Suggestion: Ensure responsive design principles are applied so that product images and details are properly aligned and displayed on all screen sizes. Use CSS media queries to adjust the layout for different screen sizes and ensure consistent display across devices
2. Contact Form Validation:
Email Validation Issue:
- Issue: Email validation errors are not triggered properly.
- Suggestion: Implement robust email validation to ensure only valid email formats are accepted. Consider using regular expressions for email validation
Phone Number Validation Issue:
- Issue: Phone number validation errors are not triggered properly.
- Suggestion: Implement phone number validation to ensure only valid phone numbers are accepted. Consider using country-specific validation rules
3. Price Calculation:
- Issue: Total price does not update correctly when the quantity of a product is changed.
- Suggestion: Ensure that the total price is dynamically updated based on the selected quantity. Use JavaScript to listen for changes in the quantity field and recalculate the total price accordingly
4. Address Auto-Fill:
- Issue: Address field is emptying after selecting city, state, and zip code.
- Suggestion: Fix the auto-fill functionality to ensure that all address fields are populated correctly when a user selects their city, state, and zip code. Test the integration with the address lookup service to ensure seamless operation
5. Cart Quantity:
- Issue: Cart shows incorrect quantity of products selected.
- Suggestion: Ensure that the cart accurately reflects the number of items added. Synchronize the cart display with the actual items added to the cart by updating the cart state whenever changes are made
6. Admin Interface:
- Issue: All functions are difficult to find.
- Suggestion:
- Improve Layout: Organize the admin interface layout to be more intuitive and user-friendly. Group related functions together and use clear, descriptive labels for each section.
- Add Clear Labels: Ensure all buttons, icons, and menu items have clear labels indicating their purpose. Use tooltips to provide additional information when a user hovers over an item.
- Include Help Documentation: Add a help section or tooltips within the admin interface to guide users on how to use different features. Provide links to detailed documentation or tutorials for complex tasks.
- Enhance Navigation: Consider adding a search function within the admin interface to help users quickly find the functions they need. Use breadcrumb navigation to indicate the current location within the admin interface.
Execution Results:
- All test cases passed except for a validation errors in the contact form, product display UI issues on mobile devices, price not updating on quantity change, address auto-fill issue, and incorrect cart quantity.