-
Type:
Testing
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Out of the box Fragments > Image
-
Labels:None
Test Cases
When selecting an image in Image fragment, the best image resolution will be selected automatically.
Assume the width of Desktop viewport is v
Assume the width of the original image as i
Assume the width of available image resolution is a and b. Additionally, a < b
Test Scenarios | Test Strategy | Kind of test | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd ? (unit or integration) | Could it be covered by POSHI? |
---|---|---|---|---|---|
i > v > a | Critical | Manual | No | No | Yes |
i > b > a > v | Critical | Manual | No | No | Yes |
v > i > a | Critical | Manual | No | No | Yes |
v > a > i | Critical | Manual | No | No | Yes |
a > i > v | Critical | Manual | No | No | Yes |
a > v > i | Critical | Manual | No | No | Yes |
- relates
-
LPS-113806 As a Page Creator I would like to get automatic selection of image resolution based on viewport
-
- Closed
-