TC Design
UX reviews
The purpose of doing a UX review is to ensure the end user experience matches the design intent. This can catch edge cases or unintended behaviors (particularly, micro-interactions) that were not considered or noticed previously.
A UX review is performed once development is done, and is completed within the Development environment after pull requests are merged. A UX review involves:
checking entry and exit points to/from the screens associated to a user story
reviewing the screens, task flow and associated business rules
reviewing error and validation scenarios
reviewing French translations for consistency, plain language & display issues (primarily due to length/wrapping)
cross-browser testing to ensure consistent rendering across browsers
Chrome
Safari (if possible)
cross-device testing to review all responsive design elements render properly
Phone
X-Small (< 576px)
Small (>= 576px to < 768px)
Tablet
Medium(>= 768px to < 992px)
Large (>= 992px to < 1200px)
Extra Large (>= 1200px < 1400px)
Extra extra large (>=1400px) (only if using Bootstrap v5+)
reviewing all pages for accessibility and WCAG A/AA compliance
Â
TC Design