51Testing软件测试论坛
标题:
获取某一Transaction的持续时间.
[打印本页]
作者:
zhangqunhe
时间:
2007-5-27 19:02
标题:
获取某一Transaction的持续时间.
如何在MessageBox显示某一工作所经历的时间,即得到某一Transaction的持续时间.
Services.StartTransaction "Time"
action time
Services.EndTransaction "Time"
MsgBox Time.total duration
注: 不是在结果中查看.
谢谢.
作者:
风过无息
时间:
2007-5-27 21:35
参考这个吧
http://www.51testing.com/?3528/action_viewspace_itemid_10595.html
作者:
zhangqunhe
时间:
2007-5-28 21:28
标题:
Thanks for the help.
To 风过无息,
Thanks a lot for your help, Timer function is great.
var_StartTime1 = Timer
wait 1
var_EndTime1 = Timer
intRespTime = round ((var_EndTime1 - var_StartTime1), 2 )
msgbox (intRespTime)
作者:
ryewhisky
时间:
2007-6-1 10:47
握手,lz我认识你,怎么搞上QTP了?
作者:
zhuyuancan
时间:
2007-6-6 09:39
又增长知识了,谢fgwx
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2