You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe how to find bugs while previewing a story on the edge cases.
You could use the
filters
story of the booking sample whichis shown on the landing page.
The edge cases to test are:
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:
filters
story of the booking sampleThe text was updated successfully, but these errors were encountered: