修改QTP測試結果的輸出方式
發表于:2007-11-14來源:作者:點擊數:
標簽:qtp
不將 測試 結果記錄到日志的語句。 對于已知是錯誤的驗證點,在測試報告中能否記錄通過,或者根本不記錄: Reporter.Filter = NewMode The mode can be one of the following values: Mode '模式 Descrīption '描述 0 or rfEnableAll Default. All reported
|
不將測試結果記錄到日志的語句。 |
對于已知是錯誤的驗證點,在測試報告中能否記錄通過,或者根本不記錄: |
Reporter.Filter = NewMode |
The mode can be one of the following values: |
|
Mode '模式 |
Descrīption '描述 |
|
0 or rfEnableAll |
Default. All reported events are displayed in the Test Results. |
|
|
1 or rfEnableErrorsAndWarnings |
Only event with a warning or fail status are displayed in the Test Results. |
|
|
2 or rfEnableErrorsOnly |
Only events with a fail status are displayed in the Test Results. |
|
|
3 or rfDisableAll |
No events are displayed in the Test Results. | |
原文轉自:http://www.anti-gravitydesign.com