---
title: "How to Resolve Data Expressions"
slug: "how-to-resolve-data-expressions"
description: "In this documentation article, learn how to resolve data expressions in QuickStart Frameworks directly from a model. "
tags: ["Test Data", "Test Modeller"]
updated: 2023-04-05T15:33:08Z
published: 2023-04-05T15:33:08Z
canonical: "knowledge.curiositysoftware.ie/how-to-resolve-data-expressions"
---

> ## 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.

# How to Resolve Data Expressions

In this documentation article, learn how to resolve data expressions in QuickStart Frameworks directly from a model.

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

To get started with this tutorial, you must have a **QuickStart project**, and **model** ready.

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

Within your model, you can now import a new action for resolving data expressions. To do this, open the **Project Explorer** on the **right-hand side** of the **Modeller view.**

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

Then scroll down and find your **Test Data action** named**Resolve Test Data Expression,** you can also use the search bar to find it.

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

Once you found the**Resolve Test Data Expression action,**hit the **blue import button** to open the Import window, which will ask you to define the value of your **Resolve Test Data Expression action.**

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

In our example, we set the value as a data generation function which generates passwords. Once you’ve set the value, **hit save to import** the new action.

Viewing the data variables for this new action will now show the **Expression** and **Return** you should expect the action to deliver.

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

If you **generate your paths,** and examine the path which passes the **Resolve Test Data Expression action**, you will be able to view the results after the Resolve Test Data Expression action completes.

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

To view the results, click the **green Test Passed button.**This will open the **Run Details** screen as seen below.

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

## Related

- [Exploring Test Data in Models](/test-data-in-models.md)
- [Quality Modeller](/get-started-with-test-modeller.md)
- [Enterprise Test Data 101](/enterprise-test-data-101.md)
- [Data Activities](/database-activity-tutorials.md)
