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

Web Test Case Creation

Creating a Web test case in WalnutAI allows you to automate web application workflows using AI Recording. Simply describe the required flow in a natural-language prompt, and WalnutAI generates the corresponding automated test steps.

Steps to Generate a Web Test Case

  • Select Web and configure the required settings, including the preferred browser. Ensure that the Agent is turned on.

  • Enter the application URL and click Connect. A Live Screen displaying the application opens, and the chat panel is enabled.

  • Describe the required workflow in the chat panel. For example: Log in to the application with valid credentials and logout.

  • Click Send. The AI agent processes the prompt, performs the required actions, and generates the complete test case with the corresponding steps and parameters.

  • Once the test case is generated, you can review and customize the steps as required. You can edit objects, skip a step, enable Continue on Failure, add a new step, add a nested test case, or cancel a step.

For detailed information on modifying individual test steps, refer to Manage a Test Step.

  • Once you have completed the required modifications, click Disconnect to end the recording session. Then, click Save to save the generated test case.

Last updated