在阅读了的文件夹结构后QC Test Plan
,我阅读了Test
由
TestFactory testFactory = (TestFactory)qcConnection.TestFactory;
TDFilter testFilter = (TDFilter)testFactory.Filter;
TDAPIOLELib.List testList;
folderPath = folderPath.Trim();
testFilter["TS_SUBJECT"] = "\"" + folderPath + "\"";
testList = (List) testFactory.NewList(testFilter.Text);
foreach (Test testItem in testList)
{
//....
}
上面的代码有效。我可以读取测试 ID、名称和一些更简单的字段。
从这张照片可以看出
“详情”页面底部有一个“描述”页面。
如何从中检索值?我怎样才能达到这些价值观?