---
title: "AI Chatbots"
sidebarTitle: "AI Chatbots"
description: "Integrate AI chatbots into your testing workflow."
icon: "message-bot"
---

import TestPrereqs from "/snippets/test-prereqs.mdx";

# Testing AI Chatbots with TestDriver

TestDriver can be used to test AI chatbots, or any two way assertions like:

- Approval workflows
- Chatbots
- Email or SMS notifications
- And more!

This scenario is an example of how to set up and run tests for an AI chatbot using TestDriver.

<TestPrereqs />

## Scenario overview

1. Load a website with an AI chatbot.
2. Type a chat message or ask a question.
3. Wait for the chatbot to respond.
4. Verify that the chatbot's response is correct and meets the expected criteria.
