---
title: "BPMN Diagrams"
slug: "bpmn-diagrams"
description: "Import and synchronise your existing BPMN diagrams into a new or existing Test Modeller model, allowing for test case and automation code generation, and test data specification."
tags: ["Connections and Integrations", "Test Modeller"]
updated: 2025-07-31T15:43:46Z
published: 2025-07-31T15:43:46Z
---

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

# Import & Synchronise BPMN Diagrams

In this article we'll cover Importing and synchronising an existing BPMN diagram into a new or existing Quality Modeller model, allowing for Test Case and automation code generation, and test data specification.

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

To get started, open a new model, on an existing one to merge the BPMN diagram into. We'll start with an empty model.

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

To import a BPMN file go to the Connectors panel, then select BPMN from the Import Menu.

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

Select the BPMN file to import and if you would like swimlanes to be imported as well (off by default).

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

After clicking import an overview of the changes that have been made is displayed. In this case, as we were starting from an empty model all of the blocks were added.

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

On clicking close you'll see the imported BPMN available in modeller.

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

Business Process Model and Notation (BPMN) is a flow-chart diagramming standard, normally used to depict end-to-end business activities. These diagrams are mostly used to show how business processes function.

Test cases are equivalent to paths through the model of a system under test. They are generated automatically from a model, with or without test data and test automation associated with them. Test Modeller has coverage techniques using advanced algorithms to generate the smallest set of test cases needed to test given features with a required level of rigour.

## Related

- [Platform Connections and Integrations](/connections-and-integrations.md)
- [BPMN](/bpmn.md)
- [Export to BPMN Diagram](/export-to-bpmn.md)
