---
title: "Email Validation for QuickStart Web Automation"
slug: "email-validation-for-quickstart-web-automation"
description: "In this Test Modeller feature video, learn all about email validation for Quick Start Web Automation frameworks. "
tags: ["Test Automation", "QuickStart", "Test Modeller"]
updated: 2024-09-27T14:10:15Z
published: 2024-09-27T14:10:15Z
canonical: "knowledge.curiositysoftware.ie/email-validation-for-quickstart-web-automation"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Validation for QuickStart Web Automation

In this Quality Modeller feature video, learn all about email validation for Quick Start Web Automation frameworks. Additionally, [**check out our complete QuickStart Web Automation guide!**](/docs/quickstart-web-automation)

[Embedded content](https://www.youtube.com/embed/IMwk6KfFT-o?&amp;wmode=opaque&amp;rel=0)

To get started with this tutorial, open an existing project using the **Quick Start Web Automation framework,**or create a new one.

In the **Quick Start Web Automation framework,**there is now a new **Module** called **EmailActions**. To find this Module, navigate to the **Actions submenu,** by heading to **Explorer → Components → Actions.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701876784.png)

Once in the **Actions**submenu, open the **EmailActions Module**. Once opened, you’ll find a collection of functions, including ones for **email validation and retrieval.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701873617.png)

You can then use these functions in your model. For example, we’ve built out a model that uses **ConnectToMail → GetLatestMail → GetLatestMessageContainingSubject → AssertMailContentContains.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701869725.png)![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701863638.png)![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701859659.png)

You can then use this to run automation and get the desired results, such as email subject and content.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701853135.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680701849636.png)

## Related

- [Automating Tests](/automating-and-executing-tests-in-test-modeller.md)
- [Quality Modeller 101](/test-modeller-101.md)
- [Quality Modeller](/get-started-with-test-modeller.md)
- [QuickStart Tutorials](/quickstart-tutorials-1.md)
