A test that represents a complete business journey through its API interactions. The journey may be captured from real user behavior and then executed directly at the API layer.
Loadmill's computer-using agent for mobile and web testing. Droid interprets the visible interface and follows natural-language instructions to perform and validate a user journey.
An ordered set of steps that represents one test scenario inside a Loadmill test suite.
A flow that combines API steps with browser UI steps. API steps commonly prepare or validate state, while Playwright or UI Agent steps validate visible behavior.
A scenario executed with configured concurrency or request rate to measure performance and reliability under traffic.
A named value available to test steps. Parameters can be provided before a run, extracted from responses, generated by functions, or loaded from a data set.
A Test Editor step containing Playwright code for browser interaction and validation.
A Test Editor step that sends an HTTP request and can extract or assert values from the response.
A collection of test suites and run settings used to execute a broader test program, often from CI or on a schedule.
A collection of related test flows, shared parameters, authentication behavior, hooks, and execution settings.
A Test Editor step that describes a browser goal and its validation in natural language. The agent interprets the visible page and performs actions to complete the goal.