Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - laney

Pages: [1]
1
Hello,

In my program I am accessing test entries (those that are visible in the "Testing" view/panel) via COM interface. The same that are otherwise available in the database inside of "t_objecttests" table.

How could such test element be properly identified and distinguished from others? There doesn't seem to be any test-specific identifier available neither via COM, nor in the database.


2
Thanks a lot Geert!
Your suggestion worked beautifully:

Quote
EA.Package.Element.FQStereotype


3
Hi,

I'm accessing EA via COM Automation Interface from a Python script.

When using EA's UI - almost any item visible in "Project Browser" can be given a stereotype, including "Packages", and that stereotype is shown in a full form (fully qualified name) in the "Properties" view.

The problem I have is that I don't know how to access that full stereotype name (fully qualified name) for "Packages". There's only "StereotypeEx" property available via COM. All other elements - apart from "StereotypeEx" have also "FQStereotype" (which has the full, expected value).

Any ideas?

Pages: [1]