请问各位QTP9.0中哪里能够调整回放时的速度,因为想看清每一步的操作? 谢谢啦
请问各位QTP9.0中哪里能够调整回放时的速度,因为想看清每一步的操作? 谢谢啦 在脚本中加入wait time,应该可以的。 我喜欢用DEBUG, 推荐debug 单步跟踪。 tools-options-rundeplay each step execution by: _ milliseconds QTP8.2的,我看了一下,tools-options-run没有这样的设置啊 原帖由 meijiao 于 2007-8-28 12:08 发表 http://bbs.51testing.com/images/common/back.gif
QTP8.2的,我看了一下,tools-options-run没有这样的设置啊
那就加入wait()吧//..我用的很多
或者试试楼上朋友们说的DUBUG sdlkfj5 首选debug,可以轻轻松松的查看你想要的。
要不就在你想看的那一步后面加个wait (秒数)
在不然就在tools-options-run里面设置run的方式
我确认了一下 9.2的版本里面有。
我确认了一下 9.2的版本里面有。tools-options-run
deplay each step execution by: _ milliseconds
[ 本帖最后由 mafengmafeng 于 2007-9-3 17:24 编辑 ] tools-options-run
deplay each step execution by: _ milliseconds sdlkfj3 我一般用wait 3.表示停顿3秒
在安装时没有装到Debug这个工具
在安装时没有装到Debug这个工具,现在要如何解决这个问题呢?我想单步执行脚本,查看哪一步有错误 在tools-options-run设置delay each step execution by的时间 在tools-options-run设置delay each step execution by的时间
页:
[1]