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

extern long GetTickCount();

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

你可能感兴趣的:(代码,自动化测试,休闲,WinRunner,代码应用)