Execution Lab Page
Last updated
Last updated
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.
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