# Execution Lab Page

The API Execution Lab page is used for executing API test scripts.

The behavior of this page is very similar to the Web Execution Lab page.

{% content-ref url="../web-automation/execution-lab-page" %}
[execution-lab-page](https://qabunch.gitbook.io/qaautomater/web-automation/execution-lab-page)
{% endcontent-ref %}

#### Testing Type

The "Testing Type" field is exclusively for debugging purposes and offers two values: "Integration Testing" and "Unit Testing." If you select "Unit Testing" during script debugging, your dependent test scripts won't communicate with the actual server; instead, they will utilize mock data. On the other hand, if the testing type is set to "Integration Testing," dependent test scripts will interact with the server, operating on real data
