-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe how to find bugs while previewing a story on the edge cases.
You could use the filters story of the booking sample which
is shown on the landing page.
The edge cases to test are:
- Preview the story on the smallest device your app supports
- Then preview it on the largest device you support
- Then use the smallest text scale factor
- Then use the biggest text scale factor
You will probably find a RenderFlex overflowed bug while using the smallest device with a big text scale factor.
Describe the importance of isolating your widgets so that you
can easily test the edge cases with Monarch.
The post doesn't have to fix the issue. It just needs to show how to find the bug.
State that we plan to automate edge case testing in the future. We want Monarch to automatically preview stories at the edge cases and report any errors to the user.
This post should educate the user on why edge case testing is important.
Resources:
filtersstory of the booking sample- Find, Prioritize and Test Edge Cases
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels