You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Keeping in mind that our integration capabilities are constantly evolving, we can consider the following simplified toolchain as the status quo for this discussion:


Note: the specific tools around Enterprise Designer in the image above are mentioned for example purposes and do not represent the exhaustive list.

Let’s look at both integration sides from Enterprise Designer perspective in more detail.


Left Side

The first part is to include traceability notes inside the Enterprise Designer plan identifying which part of the model is affected by which story (there are largely 3 categories you can see on the image below).

Additional traceability elements include the Mind Maps (you can put the REQ ID in the value name), Forced Interactions, and in-line/per-tab comments in Scripts.

These steps reduce redundancy risk across the test suite given common one-to-many relationships between tests and requirements.


Left Side – how is “Best Practice” different?

Potential improvement #1: Write story descriptions in Gherkin. That would not only improve the clarity and communication, but would also provide the kickstart to scripting in Enterprise Designer.


Potential improvement #2: Group parameters & values together in their own part of the story (similar to “Description” or “Acceptance Criteria”), in the mind map format (for visual analysis) and/or in the parameter table one (for direct import into Enterprise Designer). That speeds up the process of reading through paragraphs of text to identify the key model elements.


Potential improvement #3: Include the “mini scenarios table” that covers the most important interactions from the story (which can also be imported directly into Enterprise Designer). It can help clarify ambiguities in complex rules much sooner.

For example,

Potential improvement #4: Add “Enterprise Designer” label and relationship link type “shares assets with”. Displaying both labels and links in the sprint board view will provide the quick view into possible connections and increase collaboration efficiency.


Right Side

The primary method is exporting from Enterprise Designer into compatible CSV and importing into test management tools (like Xray). Enterprise Designer also supports export into the formats directly compatible with the execution tools at the last stage of the toolchain (like Ranorex Studio).


How to deal with changes

Once the Enterprise Designer model is built, the story link + traceability notes would map the requirement updates and let the user know which parts to change. The interaction coverage can be focused on the new areas via Mixed-strength and Parameter structure (e.g., more Value Expansions for less important parameters).


TCs in Jira/Xray would be updated via re-import, either for the full scope or only for the new elements using Freeze/Script features in Enterprise Designer.


If the execution history must be preserved, the import is typically either performed into a new repository folder/Xray test plan or with overwriting the existing Issue IDs. Also, Xray Archive function or this solution (the new test execution item) can also be considered.


If it doesn’t have to be preserved, the existing tests can just be deleted and the new ones imported.

  • No labels