--- title: Test customer account UI extensions description: Test your customer account UI extensions in different user scenarios. Recreating merchant and customer experiences helps ensure that extensions behave as desired in different locations. source_url: html: https://shopify.dev/docs/apps/build/customer-accounts/test md: https://shopify.dev/docs/apps/build/customer-accounts/test.md --- ExpandOn this page * [Test locally](https://shopify.dev/docs/apps/build/customer-accounts/test#test-locally) * [Static targets](https://shopify.dev/docs/apps/build/customer-accounts/test#static-targets) * [Block targets](https://shopify.dev/docs/apps/build/customer-accounts/test#block-targets) * [Next steps](https://shopify.dev/docs/apps/build/customer-accounts/test#next-steps) # Test customer account UI extensions Follow these guidelines to test your customer account UI extensions in different user scenarios. Recreating merchant and customer experiences helps ensure that extensions behave as desired in different locations. *** ## Test locally The [inline](https://shopify.dev/docs/apps/build/customer-accounts/inline-extensions/build-order-status) and [order action menu](https://shopify.dev/docs/apps/build/customer-accounts/order-action-extensions/build-for-order-action-menus) extensions tutorials show you how to start generating and previewing extensions. Previewing UI extensions locally is different when you use [static versus block targets](https://shopify.dev/docs/api/customer-account-ui-extensions/extension-targets-overview). *** ## Static targets When you're using a [static target](https://shopify.dev/docs/api/customer-account-ui-extensions/extension-targets-overview#static-extension-targets), the UI extension automatically renders in a chosen location. Plus Some static extensions on the **Profile** page only render for B2B customers. B2B on Shopify is only available on the [Shopify Plus](https://www.shopify.com/plus) plan. [Explore B2B Profile targets](https://shopify.dev/docs/api/customer-account-ui-extensions/targets) *** ## Block targets When you're using a [block target](https://shopify.dev/docs/api/customer-account-ui-extensions/extension-targets-overview#block-extension-targets), merchants can place the UI extension in any of the supported placements on the page. To preview a block extension in each supported placement, append `?placement-reference={name}` to the customer account URL that's outputted by [Shopify CLI](https://shopify.dev/docs/apps/build/cli-for-apps). For example, `?placement-reference=ORDER_SUMMARY3`. [View all placement references](https://shopify.dev/docs/apps/build/customer-accounts/extension-placement#placement-references) *** ## Next steps [![](https://shopify.dev/images/icons/48/growth.png)![](https://shopify.dev/images/icons/48/growth-dark.png)](https://shopify.dev/docs/apps/launch/deployment/app-versions) [Deployment](https://shopify.dev/docs/apps/launch/deployment/app-versions) [Learn how to deploy app versions to release changes to users.](https://shopify.dev/docs/apps/launch/deployment/app-versions) *** * [Test locally](https://shopify.dev/docs/apps/build/customer-accounts/test#test-locally) * [Static targets](https://shopify.dev/docs/apps/build/customer-accounts/test#static-targets) * [Block targets](https://shopify.dev/docs/apps/build/customer-accounts/test#block-targets) * [Next steps](https://shopify.dev/docs/apps/build/customer-accounts/test#next-steps)