【发布时间】:2015-10-15 14:16:38
【问题描述】:
我正在尝试使用 OTA API 来获取我的测试对象的属性。其中一些条目具有“查找”类型。这些列表在自定义 -> 项目列表中可用。
我用 CustomizationList 试试运气,但不知何故我被它的孩子卡住了。它只显示条目数而不是完整列表。
...
TestFactory nodeFactory = node.TestFactory;
foreach (dynamic attribute in nodeFactory.Fields){
//read the attribute
CustomizationList children = attribute.Property.Root.List;
}
...
有什么想法吗?
【问题讨论】:
标签: c# alm hp-quality-center