标题: 如何Log测试结果。 [打印本页] 作者: wyqwyq 时间: 2007-10-31 09:31 标题: 如何Log测试结果。 怎样在EXpert View中添加代码,把测试结果log到记事本中,或通过其他方式保存测试结果。请教测试的同仁们,谢谢。作者: 木卫十二 时间: 2007-10-31 09:34
Public Function WriteLog(ByVal logMessage)
Dim fso, logFile
Set fso = CreateObject("Scripting.FileSystemObject")
Set logFile = fso.OpenTextFile("..\..\Log\log.log", 8, True) 'Open a file and write to the end of the file and open as Unicode