Recommendations Report – QAI System Web App
Tester: Pari Gawli
Date: 20 June 2025
Application: https://qai-quality-analyst-task.lovable.app
Purpose: Functional and UX QA Testing
Summary of Issues & Recommendations
Issue Description Recommended Fix
Duplicate Account Creation App allows re-submission of Add backend validation to
same credentials without check if email already
error or redirect exists. Show error toast or
redirect to login page
Account Deletion Doesn’t Delete confirmation popup Implement backend logic to
Work appears, but the user data is remove user data from the
not actually deleted database and invalidate
session token
Logout Doesn't Clear After logout, clicking back Add proper session clearing
Session button resumes previous and token revocation. Use
session window.location.replace()
to prevent cache-based
access
Home Page Cards Animate The three information Add smooth transition (e.g.,
Abruptly boxes bounce without user ease-in-out) and limit
interaction animation to on-scroll or
hover to enhance UX
Missing Feedback on Invalid No message shown for Implement frontend
Login wrong credentials validation + backend error
handling with visible
feedback: “Incorrect email
or password”
Signup Allows Blank Input No field validation on empty Add real-time input
fields validation (email format,
min password length, etc.)
and disable submit button
until valid
No Loading State During UI is unresponsive when Add spinners/loading states
Actions clicking login/create to indicate processing,
especially for network-
based actions
Final Thoughts
These issues, if addressed, will significantly improve the security, UX, and usability of the
platform. Emphasis should be placed on user trust, particularly around authentication and
deletion.