> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to test your Auth0 implementation prior to deployment to production environments.

# Run Pre-Deployment Tests

You should run unit and integration tests before deploying Auth0 on a live application or service. Performing tests against Auth0 APIs may lead to your account being [rate limited](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy), so we recommend creating mock Auth0 APIs during testing. Depending on your development environment, your test tools may also provide mock API functionality. There are also numerous API mocking tools available, such as [MockServer](https://www.mock-server.com/) or [JSON Server](https://github.com/typicode/json-server), you can use to quickly create fake APIs for testing.

If you have an Enterprise subscription, you can request [load testing](/docs/troubleshoot/customer-support/operational-policies/load-testing-policy) against Auth0.

## Performance tests

If you encounter issues while conducting performance tests, use the following methods to troubleshoot.

### Auth0 Dashboard

The [Monitoring > Logs](https://manage.auth0.com/#/logs) section of the Dashboard stores data on:

* Actions taken in the Dashboard by administrators
* Authentications made by your users

There are also [extensions](/docs/customize/extensions) that you can use for logging purposes, including exporting logs to third-party tools and gathering information on the use of custom code in your account.

### Third-party test tools

There are a number of third-party test tools that you can use for performance testing against RESTful APIs. Here are some options you might consider (note that Auth0 does not endorse any particular product or tool):

* [Apache JMeter](https://jmeter.apache.org/)
* [Artillery](https://www.artillery.io/)
* [Micro Focus LoadRunner](https://www.radview.com/)
* [Loader](https://loader.io/)
* [RadView Webload](https://www.radview.com/)
* [SmartBear LoadUI](https://smartbear.com/)
* [Vegeta](https://github.com/tsenart/vegeta)
* [Wrk](https://github.com/wg/wrk)

These tools provide activity logs that help you identify anything that is concerning. If you need assistance with deciphering your log or identifying the potential issue, please contact Support.

### HTTP archive files

If you discover an issue that you can reproduce, we recommend that you [create an HTTP archive (HAR) file](https://support.auth0.com/center/s/article/generate-and-analyze-har-files-to-troubleshoot-auth0-issues) and send it to our Support team for additional assistance.

## Learn more

* [Professional Services: Implement](/docs/get-started/professional-services/implement)
* [Set Up AD/LDAP Connector Test Environment](/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-test-environment)
