Book a Demo

Author Topic: Connector Type to be used? ("Defect" Element to "Test Case" Element)  (Read 3864 times)

jeff_medallon

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Hi,

Can I ask what is the best connector type to be used from "Defect" Element to "Test Case" Element. :)

Thanks,
Jeff

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #1 on: July 11, 2018, 04:20:40 pm »
I'd guess you'd use a <<trace>> for that. With a special testing profile you can think of your own stereotype. E.g. some use <<realize>> for requirements instead of the <<trace>>.

q.

jeff_medallon

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #2 on: July 11, 2018, 05:08:47 pm »
How is it differ from "Dependency" and "Abstraction" connector type?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #3 on: July 11, 2018, 08:28:59 pm »
Both are Abstraction  metatypes (that is what the database shows for them). <<trace>> is just a stereotyped Abstraction.  Probably you can also use a Dependency instead. On those levels you just need to explain the use in your current domain.

q.

jeff_medallon

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #4 on: July 12, 2018, 10:37:37 am »
Based from the link (http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/project_management/defects.html) from Sparx User Guide:

"You can link Defects to model elements that are responsible for the problem, using Realize connectors."

Using the statement above, would you consider "Realization" connector is good for "Defect" element to "Test Case" element?




qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #5 on: July 12, 2018, 05:40:14 pm »
Hu. A defect *realizing* looks like intentionally being implemented. I'd probably would implement <<occur>> as connector in a profile. But finally you are absolutely free to invent your own notation.

q.

jeff_medallon

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Connector Type to be used? ("Defect" Element to "Test Case" Element)
« Reply #6 on: July 13, 2018, 04:27:46 pm »
Thanks for your insights q... :)