# Testing your app

## Best practices for testing your app

When testing your app, think about what it might look like through the eyes of ShopBase merchants of varying skill levels. You should make sure you have accounted for any issues that might occur when a merchant installs your app in their store. Here are some suggestions of what to look for when you test your app:

* Make sure that the installation process is easy to understand and execute
* Make sure that your app can appropriately handle issues like 404s, unexpected inputs, and heavy user traffic.
* If your app interacts with or adds something to a merchant’s online store, then test your app with several different ShopBase-made themes.
* After you’ve installed your app on a development store, make sure you can uninstall and reinstall that app on the same shop.

## Installing an app on a development store

When a merchant installs your app, it must first authenticate with the merchant’s shop using OAuth. You can test this by installing your app on a development store. If you don’t have a development store, then you can create one in the partner dashboard.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.shopbase.com/build-an-app/getting-your-app-approved/testing-your-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
