Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing UI (Type of UI Elements
https://wiki.corp.adobe…
Testing UI
-
Accessibility
-
-
-
-
Uses shortcuts in order to manipulate the input value
- “Arrow Up/Down”, “Shift + Arrow Up/Down” behavior for text field
-
-
-
Misc
-
Check on external screens:
- moving XD from build-in to external and vice-versa
- Functionality of UI elements
-
Performance
Recommendations
Prefer to use display: none; instead of visibility: hidden; for invisible elements.
- display: none means native elements don't have to be created.
- We don't want to pay a cost for elements that only might become visible.
All virtual items with the same html structure should share the same "itemType".
- Items are only recycled within the same "itemType".
-
Testing
-
Time to update PI
-
Changing selection, drag, resize, or make any continuous interaction that would need to provide feedback with the objects in the canvas
-
-
-
-
-