-1

Is there an easy way to import scenarios of test cases in Enterprise Architect? Of course it is possible to import stuff from CSV but this is limited to a limited number of available fields. For instance the GUID, Phase, Stereotype and Author.

The Scenarios are only available at the Test Case specific blocks and inside I want to be able to import the Action and Uses for every step. The number of steps can also vary from 3 to more.

Wallem89
  • 304
  • 2
  • 14
  • Where are your test cases normally stored (qtest, jira, testRail...) ? Maybe there is something that can do that for you.. Or what fields do you need to import ? What results would you like for the import ? – ahesa Mar 01 '16 at 13:56

1 Answers1

2

No, unfortunately there is no easy way.

There is however the hard way. You can use the API of EA to create elements. I did this in the past using VBA in Excel in my Excel Importer

You could use that as a starting point for the import of scenarios.

Geert Bellekens
  • 12,788
  • 2
  • 23
  • 50