Hi,
I'm looking for a way to get information about components used in a given automated test.
For example:
I have a test that is using business components in following order and data:
- BC1 with Data1
- BC2 with Data1
etc.
In other words I need a list of such steps together with data. Is it possible to get this with ALM11 REST API. I tried most of the methods provided but none returned what I need.
thanks