The product was tested across the main signup, navigation, contact form and checkout flows on desktop and mobile. Eleven issues were found and documented below by severity: two high, four medium and five low. No critical issues were observed during this session. Two high-priority issues relate to mobile form submission and a misdirected 'Buy now' button.
3 · Audit outcome
All listed areas were tested and documented. This report records what was checked and what was found - it is not a release approval. The decision to ship remains with your team, based on the findings and your own risk tolerance.
4 · Tested areas
Homepage navigation
Signup & login flow
Contact form
Checkout flow
Mobile responsive layout
5 · Issues summary
0
Critical
2
High
4
Medium
5
Low
6 · Detailed issues (3 shown in full)
HighBUG-001Contact form does not submit on mobileDocumented
Area: Contact formDevice: iPhone 13Browser: Safari 17Env: Production
Steps to reproduce
Open the homepage on a mobile device.
Scroll to the “Contact us” section.
Fill in name, email and message.
Tap the “Send” button.
Expected
The form submits and a confirmation message is shown.
Actual
Nothing happens; no message and no network request fires.
Suggested fix: the submit handler isn’t bound on touch; check the mobile event listener and form validation so submit fires on tap.
HighBUG-002Checkout total ignores applied discount codeDocumented
Area: CheckoutDevice: DesktopBrowser: Chrome 126Env: Production
Steps to reproduce
Add any item to the cart and go to checkout.
Enter the valid code WELCOME10 and apply it.
Observe the “Discount applied” confirmation.
Review the order total before payment.
Expected
Total is reduced by 10% (e.g. €90.00 instead of €100.00).
Actual
Confirmation shows, but the total stays €100.00 - full price is charged.
Suggested fix: recalculate the order total after a discount is applied and verify the discounted amount is the value sent to the payment provider.
MediumBUG-003'Buy now' button scrolls to the wrong sectionDocumented
Area: Product pageDevice: DesktopBrowser: Chrome 126Env: Production
Steps to reproduce
Open the product listing page.
Click the 'Buy now' button on a product card.
Observe where the page navigates.
Expected
The user lands on the checkout with that product in the cart.
Actual
The user is scrolled back to the top of the homepage.
Suggested fix: point the button to the checkout and add the selected product to the cart, instead of the default homepage link.
The 3 issues above are shown in full detail. The remaining 8 are listed below - 11 issues in total, matching the summary above. In a full audit report, every issue is documented with the same detail.
BUG-004MediumSignupPassword requirements aren't shown until after submit
BUG-005MediumNavigationMobile menu stays open after tapping a link
BUG-006MediumFormsEmail field accepts addresses with no domain
BUG-007LowHomepageHero illustration is missing descriptive alt text
BUG-008LowFooterSocial links open in the same browser tab
BUG-009LowPricingCurrency toggle jumps the page back to the top
BUG-010LowContactSuccess message disappears before it can be read
BUG-011LowMobileLong titles overflow their card on small screens
Totals: 0 Critical · 2 High · 4 Medium · 5 Low = 11 issues. A full report documents every issue with steps, expected/actual and a suggested fix.
7 · Risk notes
High:mobile users may be unable to submit the form; a misdirected 'Buy now' button may reduce sales.
About this report. DayQA performs focused manual QA and documents what was tested and found. This report gives your team a clear, honest view of quality so you can ship with confidence - the decision to release stays with you. Testing is done with the product owner's permission, using test credentials only, and access is removed after delivery. Security and performance testing can be added on request.