Email Validation for QuickStart Web Automation
    • Dark
      Light

    Email Validation for QuickStart Web Automation

    • Dark
      Light

    Article Summary

    In this Test Modeller feature video, learn all about email validation for Quick Start Web Automation frameworks. Additionally, check out our complete QuickStart Web Automation guide!

    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. 

    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. 

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

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