Dim fso, myfile
Set fso=CreateObject("Scripting.FileSystemObject")
Set myfile=fso.openTextFile("C:\result1.txt",8,false)
if a=b then
myfile.writeline "pass"
else
myfile.writeline "failed"
end if
myfile.close作者: antony_pan 时间: 2006-8-25 15:59
急啊,对不同提示信息发送不同report,怎么将所有的report参数化赋值给writeline,输入到外部文件,谢谢作者: antony_pan 时间: 2006-8-25 16:13
这种方法是可以做到,但我只想通过把report结果输入到外部文件,看能不能实现,而且这种方法比较查看直观,&每个测试用例结果对应.便于管理.xiaonan,能给个解决方法吗作者: xiaonan 时间: 2006-8-25 16:21
晕,有时候一个问题的解决方法有很多,别死盯着一个不放.你report结果归report结果,然后自己写判断结果呢的归自己写的,可以分开哇啦?