Book a Demo

Author Topic: Linking Class Attributes to UI Elements  (Read 2447 times)

AshHimself

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Linking Class Attributes to UI Elements
« on: October 30, 2012, 01:10:50 am »
Hi all,

I have EA v9 and I have been tasked to create a model which depicts the following.
- Create a class with attributes
- Link these attributes to UI elements

The reasoning behind this is we need to show traceability in our requirements document to prove that all request data elements are being met in the application. It will also assist integration testers.

Any advice would be great.

Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Linking Class Attributes to UI Elements
« Reply #1 on: October 30, 2012, 05:03:40 am »
Connect both classes with an association
Right click the assoc. near the class with attributes
Context menu/Link to Element Feature
Attributes
-> select the one and the assoc. is attached to it

q.

AshHimself

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Linking Class Attributes to UI Elements
« Reply #2 on: October 30, 2012, 12:28:48 pm »
Perfect, thanks qwerty