For the complete documentation index, see llms.txt. This page is also available as Markdown.

AI Recording

AI Recording in WalnutAI allows you to create automated test cases by describing the required application flow in a natural-language prompt. The AI agent understands the instructions, interacts with the application, and generates structured test steps based on the flow.

To use AI Recording, configure the recording options based on your application and testing requirements.

  • Select AI Recording as the recording mode. This allows you to create the automated test case by providing instructions through prompts rather than manually interacting with the application.

  • Select the type of application you want to automate. AI Recording supports Web, API, Mobile and Mainframe.

  • Enable Auto Mode to allow WalnutAI to generate the test case directly based on the provided prompt. This mode reduces the need for an extended interactive recording process and is useful when the test flow is clearly defined.

  • Live Screen

    • Enable Live Screen to view the application's interactions in real time while the AI agent performs the actions described in the prompt. This allows you to observe how the agent navigates and interacts with the application.

    • If Live Screen is disabled, the application opens in a separate browser window, where you can view the AI agent's interactions with the application.

  • Enable Reuse Session when you want to reuse an existing application session, including previously captured cookies. This is particularly useful for applications with authentication, as it can help avoid repeating authentication process during subsequent recordings.

  • For Web applications, select the browser in which the AI Recording should be performed. WalnutAI supports browsers such as Chrome, Microsoft Edge, Firefox, and WebKit.

  • Enter the URL of the application you want to automate and click Connect. Once the URL is connected, the prompt-based chat panel is enabled, allowing you to provide instructions to the AI agent and describe the flow you want to automate.

Last updated