# Develop & Test

While developing your xApp, you may want to easily test & debug your web application. You may even benefit from live reaload during development. You can expose your local development environment with a tool like [https://ngrok.io](https://ngrok.io/) or [https://localtunnel.me](https://localtunnel.me/) and configure your public URL as your xApp URL.

You can get access to the remote browser console using the techniques explained in the [Development & Debugging](/environments/xapps-dapps/debugging.md) article.

If you want to share your xApp with a small group of testers or team members, you can ask them for their Xumm Device Identifier (Xumm - Settings - Advanced). You can add up to 10 Device Identifiers as xApp testers, so they can open your sandboxed xApp.

{% hint style="info" %}
Warning! If you have multiple xApps (e.g. a live version & a test version, pointing to your development URL) please make sure to use the right API Key, otherwise your app can't communicate with the Xumm backend. Also note things like [https://github.com/XRPL-Labs/Developer-Help-Center/blob/main/js-ts-sdk/sdk-syntax/xumm.userstore](https://github.com/XRPL-Labs/Developer-Help-Center/blob/main/js-ts-sdk/sdk-syntax/xumm.userstore "mention") are API Key & user bound.
{% endhint %}

When you want to develop in your local browser instead of in Xumm, please see the "**OTT Replay**" section in the [Development & Debugging](/environments/xapps-dapps/debugging.md) article.

{% hint style="success" %}
We are currently working on a Desktop **xApp Development Application** so you can develop & test locally :tada: (Work in progress, more good things are coming)
{% endhint %}


---

# 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://docs.xaman.dev/environments/xapps-dapps/develop-and-test.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.
