Senior
Practical task: analyze the requirements for the showcase screen of cards (web version) — find inconsistencies between requirements and implementation.
sobes.tech AI
Answer from AI
To analyze the display requirements of the card showcase and identify discrepancies with the implementation, you need to:
- Gather all requirements in one document, including functional and non-functional.
- Check UI compliance:
- Conformance to mockups (colors, fonts, element placement).
- Presence of all declared elements (filters, sorting, buttons).
- Verify business logic:
- Correctness of displayed data (e.g., correct cards, up-to-date data).
- Proper functioning of filters and sorts.
- Test behavior under different scenarios:
- Empty card list.
- Data loading errors.
- Responsiveness for different resolutions.
- Compare with performance and security requirements.
Finally, compile a list of discrepancies indicating:
- Where exactly the deviation was found.
- How it affects the user.
- Priority of correction.