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

> 本番環境へのデプロイ前に Auth0 実装をテストする方法を説明します。

# デプロイ前テストの実行

実稼働のアプリケーションまたはサービスに Auth0 をデプロイする前に、単体テストと統合テストを実行する必要があります。Auth0 API に対してテストを行うと、アカウントが[レート制限](/ja/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy)の対象になる可能性があるため、テスト時には Auth0 API のモックを作成することをお勧めします。開発環境によっては、テストツールに API のモック機能が用意されている場合もあります。また、[MockServer](https://www.mock-server.com/) や [JSON Server](https://github.com/typicode/json-server) など、テスト用の擬似 API をすばやく作成できる API モックツールも多数あります。

Enterprise サブスクリプションをご利用の場合は、Auth0 に対する[負荷テスト](/ja/docs/troubleshoot/customer-support/operational-policies/load-testing-policy)をリクエストできます。

<div id="performance-tests">
  ## パフォーマンステスト
</div>

パフォーマンステストの実施中に問題が発生した場合は、次の方法でトラブルシューティングしてください。

<div id="auth0-dashboard">
  ### Auth0 Dashboard
</div>

Dashboard の [Monitoring > Logs](https://manage.auth0.com/#/logs) セクションには、次のデータが保存されます。

* 管理者が Dashboard 上で実行した操作
* ユーザーによる認証

また、ログ記録に利用できる[拡張機能](/ja/docs/customize/extensions)もあります。これには、ログをサードパーティ製ツールにエクスポートしたり、アカウント内のカスタムコードの使用状況に関する情報を収集したりするものが含まれます。

<div id="third-party-test-tools">
  ### サードパーティ製のテストツール
</div>

RESTful API に対するパフォーマンステストに使用できるサードパーティ製のテストツールは数多くあります。以下は、検討する選択肢の一例です (Auth0 は特定の製品やツールを推奨していない点に注意してください) 。

* [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)

これらのツールは、懸念される点の特定に役立つアクティビティログを提供します。ログの解析や、問題の可能性の特定についてサポートが必要な場合は、サポートにお問い合わせください。

<div id="http-archive-files">
  ### HTTP アーカイブファイル
</div>

再現可能な問題が見つかった場合は、[HTTP アーカイブ (HAR) ファイルを作成し](https://support.auth0.com/center/s/article/generate-and-analyze-har-files-to-troubleshoot-auth0-issues)、サポートチームに送付して追加の支援を受けることをお勧めします。

<div id="learn-more">
  ## 詳細情報
</div>

* [Professional Services: 実装](/ja/docs/get-started/professional-services/implement)
* [AD/LDAP Connector のテスト環境を設定する](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-test-environment)
