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

# Test File Server

After saving a file or mock in File Server, you can use the built-in **Test** action to verify that the response matches your expectations.

<Steps>
  <Step title="Open the JSON file">
    Open the JSON file from the list of files available in the files Dashboard.

    <img src="https://mintcdn.com/requestly/LX9nR6xxyL7F8mCE/images/test/487f60d2-6c3c-477b-847e-7129c2f3c2ab.png?fit=max&auto=format&n=LX9nR6xxyL7F8mCE&q=85&s=4d7ad9fb1d29e27e1381cbf2c65abdf8" align="left" fullwidth="false" width="2400" height="1450" data-path="images/test/487f60d2-6c3c-477b-847e-7129c2f3c2ab.png" />
  </Step>

  <Step title="Click the Test Button">
    In the top header of the JSON file, click the Test button to initiate the testing process.

    <img src="" alt="" align="center" fullwidth="false" />
  </Step>

  <Step title="Test from the preview dialog">
    <img src="https://mintcdn.com/requestly/LX9nR6xxyL7F8mCE/images/test/b98fe180-bfe3-4e76-8eb3-3590c5cf1040.png?fit=max&auto=format&n=LX9nR6xxyL7F8mCE&q=85&s=2f61a341f326779fa13f25783a07a30e" align="left" fullwidth="false" width="2400" height="1354" data-path="images/test/b98fe180-bfe3-4e76-8eb3-3590c5cf1040.png" />

    A dialog box will open with the endpoint URL field and the request method already pre-populated in the user interface for your convenience.
  </Step>

  <Step title="Send the Request">
    <img src="https://mintcdn.com/requestly/LX9nR6xxyL7F8mCE/images/test/c624e377-6768-4702-b26c-94d1106a1d6c.png?fit=max&auto=format&n=LX9nR6xxyL7F8mCE&q=85&s=ac5dfbffd818fbabcb9b8a9b2feda3a2" align="left" fullwidth="false" width="2400" height="1456" data-path="images/test/c624e377-6768-4702-b26c-94d1106a1d6c.png" />

    Click the **Send** button to trigger the request and view the response. The response body and headers returned from the file will be displayed in the interface.

    This confirms that the JSON is served as expected and can now be integrated into your application for further use.
  </Step>
</Steps>
