diff --git a/SUMMARY.md b/SUMMARY.md index 451f5c2..0907e74 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -160,6 +160,7 @@ * [Loadmill POC Setup](poc-guides/Loadmill-POC-Setup.md) * [Loadmill Installation & Deployment Runbook](poc-guides/Loadmill-Installation-Runbook.md) * [Loadmill On-Prem Setup](poc-guides/loadmill-on-prem-setup.md) +* [AI Test Agents Quickstart](webinar-guides/agent-step-webinar-quickstart.md) ## General diff --git a/assets/add-ui-agent-step.png b/assets/add-ui-agent-step.png new file mode 100644 index 0000000..6ce7708 Binary files /dev/null and b/assets/add-ui-agent-step.png differ diff --git a/assets/billing-page.png b/assets/billing-page.png new file mode 100644 index 0000000..f2936e5 Binary files /dev/null and b/assets/billing-page.png differ diff --git a/assets/promo-code.png b/assets/promo-code.png new file mode 100644 index 0000000..bb4b9ba Binary files /dev/null and b/assets/promo-code.png differ diff --git a/assets/ui-agent-step-example-run.png b/assets/ui-agent-step-example-run.png new file mode 100644 index 0000000..7c23318 Binary files /dev/null and b/assets/ui-agent-step-example-run.png differ diff --git a/assets/ui-agent-step-example.png b/assets/ui-agent-step-example.png new file mode 100644 index 0000000..cad39f8 Binary files /dev/null and b/assets/ui-agent-step-example.png differ diff --git a/webinar-guides/agent-step-webinar-quickstart.md b/webinar-guides/agent-step-webinar-quickstart.md new file mode 100644 index 0000000..1d07986 --- /dev/null +++ b/webinar-guides/agent-step-webinar-quickstart.md @@ -0,0 +1,74 @@ +# AI Test Agents Quickstart + +This quickstart is for webinar attendees who want to try the AI test agent flow shown in **AI Test Agents Demystified** on their own website. + +It follows the same practical path from the workshop: set up access, create a short agent-based test, and run it from the desktop app against a real web UI. + +*** + +## Before you start + +You will need: + +* A Loadmill account +* The promo code from the webinar email +* The Loadmill desktop app installed + +*** + +## Step 1: Sign up and enter promo code + +Create your account here: [Sign up to Loadmill](https://app.loadmill.com/app/signup) + +*If you already have a Loadmill account, you can skip the sign-up part of this step.* + +After you sign in, open [Billing](https://app.loadmill.com/app/user/settings/billing) and apply the promo code from the webinar email. This enables access to the Agent step for your account. + +Open the Billing page from your account settings. + +![Billing page showing the subscription plan section](<../assets/billing-page.png>) + +Enter the promo code from the webinar email and activate it. + +![Billing page showing the subscription code activation field](<../assets/promo-code.png>) + +*** + +## Step 2: Download the desktop app + +Download the desktop app here: [Loadmill desktop app](https://app.loadmill.com/app/user/settings/desktop-app) + +**Important:** The desktop app is required to run the Agent steps. + +*If you already have the desktop app installed, you can skip this step.* + +*** + +## Step 3: Open the desktop app and create a new test + +1. Open Loadmill desktop app and create a new test suite. +2. Add a new step and choose **UI Agent** step. + +![Add a new UI Agent step](<../assets/add-ui-agent-step.png>) + +3. Enter a short prompt that describes the user flow you want the AI agent to do on your site and the validation. + +![Example of a UI Agent step configured in a test](<../assets/ui-agent-step-example.png>) + +4. Run the test you created. + +![Example of a UI Agent step run result](<../assets/ui-agent-step-example-run.png>) + +This is the fastest way to try the workshop flow in practice: give the agent a short, real UI task and validate that it can complete it reliably. + +{% hint style="info" %} +Keep the first run simple. Start with one short path on your site so you can see how the agent navigates a real web UI and confirm that the setup works. +{% endhint %} + +*** + +## Need help? + +If you have any questions or need help, contact us at [support@loadmill.com](mailto:support@loadmill.com). + +If you would like to book a demo, click [here](https://www.loadmill.com/book-a-demo).