> For the complete documentation index, see [llms.txt](https://help.aximo.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aximo.autify.com/quick-start.md).

# Quick start

This page explains the shortest path to start using Aximo: run a session, create a case from the result, and prepare it for continuous execution.

You will learn how to test input validation on the contact form on the Autify website.

{% stepper %}
{% step %}

### Run a session

In a new session, run a scenario written in natural language on the spot and try the verification content.

1. In the workspace, select the **Sessions** tab, then click **New Session**.
2. Select **Web**.
3. In **Test instructions**, enter the following content.

   ```
   Click Contact Us
   Confirm that the "Contact Us" page is displayed
   Submit the form without entering anything
   Confirm that required-field error messages are displayed for required fields
   Enter test in Email and submit the form
   Confirm that an email-address-format error message is displayed for Email
   ```
4. In **Start URL (optional)**, enter `https://autify.com/`.
5. Click **Run Test** in the lower-right corner to start the session.
6. First, check the startup progress on the **Starting test session** screen. After startup finishes, follow the test progress on the execution screen. When the session completes, the session detail screen opens.
   {% endstep %}

{% step %}

### Create a case from the result

Save successful sessions as cases from the session detail screen. Saving a session as a case lets you run the same test regularly or include it in a CI/CD pipeline.

1. On the detail screen shown after the session finishes, check **Result**.
2. Click **Save as a case** to the right of **Result**.
3. On the case creation screen that opens, check the title and scenario.
4. Adjust the content as needed, then click **Save**.

For details about save conditions and formats, see [Save as case](/test-case-creation/session-results/save-session-as-case.md).
{% endstep %}

{% step %}

### Add the case to a plan and configure a schedule

If you want to run the created case regularly, add the case to a plan and configure the plan schedule.

1. Create a plan.
2. Add the created case to the plan.
3. In the plan detail screen, click **Configure Schedule**.
4. Configure the frequency and execution time.
5. Click **Save Schedule**. Saving the schedule activates it.

For plan creation, adding cases, and schedule configuration, see [Manage plans](/test-execution-and-plans/test-plan-specifications.md).
{% endstep %}
{% endstepper %}

## Next steps

To reuse values such as the first name, last name, or company name entered in a form, register them as memory variables. Reference registered values from scenarios so you do not need to repeatedly write the same input values for each session or case.

For an overview of memories, see [About memories](/memories/memory-overview.md). For how to register and reference variables, see [Variables](/memories/shared-memories/memory-variables.md).

To include the created cases or plans in a CI/CD pipeline, see [Run with API triggers](/test-execution-and-plans/api-cicd-integration.md).
