Book a Demo

Author Topic: Use Case x Test Case  (Read 5958 times)

andrev

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Use Case x Test Case
« on: August 25, 2017, 02:42:53 am »
Tenho uma matriz de caso de uso x casos de test em excell, teria um jeito de importar isso pro EA, sendo assim podendo rastrear os casos de teste para poder sugerir esse fluxo de testes para a equipe de testes?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Use Case x Test Case
« Reply #1 on: August 25, 2017, 04:53:08 am »
Google translate spits out this
Quote
I have an array of use cases x test cases in excell, would you have a way to import this to EA, so I can track the test cases to be able to suggest this flow of tests to the test team?

q.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Use Case x Test Case
« Reply #2 on: August 25, 2017, 05:55:28 am »
I'm not using the csv importer since I script such tasks usually faster than parametrizing some tool. Anyhow, AFAIK the csv import can only import one dimension. The relation between elements needs to be added manually or with another script. You might look into the csv importer that is provided in EASrciptingLib and modify that to your needs.

q.

andrev

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Use Case x Test Case
« Reply #3 on: August 25, 2017, 09:16:44 pm »
Thanks, i will try

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: Use Case x Test Case
« Reply #4 on: September 04, 2017, 07:10:44 pm »
Anyhow, AFAIK the csv import can only import one dimension. The relation between elements needs to be added manually or with another script.

That's not completely true, a simple hierarchy is supported in the csv importer.  See

http://sparxsystems.com/enterprise_architect_user_guide/13.5/model_publishing/using_preserve_hierarchy.html


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Use Case x Test Case
« Reply #5 on: September 04, 2017, 08:00:56 pm »
I see. That seems to be a new feature in V13.5

q.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Use Case x Test Case
« Reply #6 on: September 04, 2017, 09:13:54 pm »
I see. That seems to be a new feature in V13.5

It's been around since version 9 at least.

But the hierarchy it refers to is the project browser, or containment, hierarchy. That is indeed a type of relationship between entities, but it's not a connector. Connectors cannot be imported/exported using EA's built-in CSV functions.

/Uffe
My theories are always correct, just apply them to the right reality.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Use Case x Test Case
« Reply #7 on: September 04, 2017, 09:55:20 pm »
Ah, thanks. I totally missed that feature.

q.