# Layout

Loadmill’s Test Editor brings ease of access and customization to API testing. Upload a test scenario and generate dynamic code with multiple, expandable API components including extracting and validating dynamic values from the server response, running custom code for every API call, and managing conditional results for every API used in your test case. You can run your tests locally, or in your CI/CD pipeline with a single click.

Here’s a tour of the Test Editor to guide you to all its functionalities:

<figure><img src="/files/We2ZHpkhSmrVHloswyBI" alt=""><figcaption></figcaption></figure>

* In the Flows section on the left column, you can rename or delete your flows.
* The API editor in the center are all the expandable API components.
* On the Flow Runs (or Trial Runs) in the right column, you can see a single test run per flow that includes all its activity logs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loadmill.com/test-editor/layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
