Features

What is TestingBot AI Chat?

TestingBot AI Chat is an innovative, codeless test automation tool that harnesses Generative AI and Large Language Models (LLMs) to let users interact with an AI agent in a chat-based interface. Instead of writing complex scripts or manually locating elements, simply type a prompt and the AI agent will operate a remote browser in real time.

Your prompts can be transformed into automated test cases, allowing you to reuse them for continuous testing of your website or web application. Additionally, the AI agent can generate Selenium WebDriver, Playwright or Puppeteer test scripts based on its recorded interactions with the remote browser.

To get started, upgrade your account and go to the TestingBot member dashboard. Click AI Chat in the left-hand menu to launch the AI Chat interface.

Example Prompts

Below are some example prompts that you can use with TestingBot AI Chat:

  • Copy code
    Navigate to https://cnn.com and click on the first article. Verify that it loads correctly. Generate a Playwright test for this.
  • Copy code
    Go to https://testingbot.com/pricing and click on the Enterprise plan. Verify that the pricing details are correct. Generate a Puppeteer test for this.
  • Copy code
    Open a new tab and go to https://github.com. Search for "TestingBot" and click on the first result. Verify that the page loads correctly. Generate a Selenium WebDriver test for this.