winrunner事务概念的代码应用(毫秒级)

extern long GetTickCount();
 
x = GetTickCount();
wait(1);
y = GetTickCount();
print(y-x);

posted on 2006-10-24 10:12  测试者家园  阅读(887)  评论(0编辑  收藏  举报

导航