What to Check for When Testing a Blocks App on a Site

Here is a list of things to check when you're testing your app on a site. Make sure to go over all the items.

Design

Remember that users can configure your app elements and try to imagine all the different ways they can do it.

  • For each element in your app that includes configurable content, check different types of content. For example, use short and long texts, or big and small images.
  • Remove elements from your widgets and make sure that the layout stays consistent.
  • Check that elements are connected to site themes.
  • Check the responsiveness of your widgets.
  • Check your app on several screensizes, including mobile view.
  • Check your various design presets.

Editor Experience

  • Make sure that your action buttons go to the correct panels.
  • Check that all custom panels are working according to your logic.
  • If an element has dynamic content, make sure you remembered to remove the Edit action button.
  • Make sure you defined any element that’s essential as “non-removable” or “non-selectable”.
  • Make sure that the Installation Settings are configured correctly for each widget.

Code

Dashboard

  • Make sure the logic is working in the backend.
  • Make sure third party APIs are retrieving data.
  • A good practice is to connect your Dashboard to an action button.

Pricing

  • Check that you configured the plans as you expected and your logic is working according to the plans.
Was this helpful?
Yes
No