2011年11月29日

操作QC的附件

摘要: function uploadAttachmentToTestSet() set CurrentTSTest = QCUtil.CurrentTestSet Set AttachmentFactory = CurrentTSTest.Attachments Set Attachment = AttachmentFactory.AddItem(Null) '上传文件并更新 Attachment.FileName = "test.html" Attachment.Type = 1 Attachment.Post Attachment.Refresh set ... 阅读全文

posted @ 2011-11-29 13:16 张飞_ 阅读(292) 评论(0) 推荐(0)

导航