---
title: "Form Filling"
sidebarTitle: "Form Filling"
description: "Test form filling functionality with TestDriver"
icon: "list"
---

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

<iframe
  width="600"
  height="400"
  src="https://www.youtube.com/embed/R0xHyuaBy3A"
  title="Form Filling With TestDriver"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen
></iframe>

---

# Testing Form Filling with TestDriver

TestDriver provides a powerful solution for testing form filling functionality on web applications. This scenario demonstrates how to automate the process of filling out forms, such as login or registration forms, using TestDriver's capabilities.

<TestPrereqs />

## Scenario overview

1. Open a webpage containing a form (Log in, Registration, etc.).
2. Use TestDriver to fill in the form fields with test data.
3. Submit the form and verify the expected outcome (for example, successful login, registration confirmation, redirect etc.).
