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

Web Test Case Creation

Manual Recording in WalnutAI allows you to create automated test cases by manually interacting with a web application. As you perform the required workflow, WalnutAI captures your actions and converts them into structured automated test steps.

Steps to Generate a Web Test Case

  • Select Web as the test type, choose the preferred browser, and enable Reuse Session if required.

  • Enter the application URL and click Connect. The application opens in a separate browser window, where you can perform the required actions manually.

  • Perform the required workflow in the application. For example, log in to the application with valid credentials and log out.

  • As you interact with the application, WalnutAI captures the actions and generates the corresponding test steps and parameters.

  • Once the recording is complete, review and customize the generated 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