Quality Center 缺陷模板配置

上一篇 / 下一篇  2014-12-19 13:52:18 / 个人分类:测试人生

对 quality center 缺陷模板配置
2. Requirements  选择tools -customize
3. ProjectCustomization 页面 -workflow-ScriptEditor
4. Defects  module script  -Defects_bug_New
 
 
Sub Defects_Bug_New
  On Error Resume Next
  Dim Template
  Template = "<html><body>"
  Template = Template & "<font color=""#000080""><b>[功能模块]:</b></font>"
  Template = Template & "<font color=""#000000"">模块名</font><br>"
  Template = Template & "<font color=""#000080""><b>[重现步骤]:</b></font><br>"
  Template = Template & "          1、<br>"
  Template = Template & "          2、<br>"
  Template = Template & "<font color=""#000080""><b>[错误结果]:</b></font>"
  Template = Template & "<font color=""#CE0000""><b>错误结果</b></font><br>"
  Template = Template & "<font color=""#000080""><b>[正确结果]:</b></font>"
  Template = Template & "<font color=""#006000""><b>正确结果</b></font><br>"
  Template = Template & "<font color=""#000080""><b>[缺陷备注]:</b></font>"
  Template = Template & "<font color=""#737300"">缺陷备注</font><br>"
  Template = Template & "</body></html>"
  Bug_Fields("BG_DESCRIPTION").Value = Template
  On Error GoTo 0
End Sub
 

1

1

3

3

4

4

TAG:

 

评分:0

我来说两句

Open Toolbar