wangyong3552128 发表于 2007-4-3 16:45:47

qtp自动停止运行语句

我在脚本中进行了参数化,但是我想让脚本在运行时,只运行第一个参数(只运行一边),那必须在脚本的未尾使用语句,这个语句怎么写?(qtp自动停止运行)

cmm8848 发表于 2007-4-3 17:15:02

ExitAction - 退出当前操作,无论其循环属性如何。
ExitActionIteration - 退出操作的当前循环。
ExitRun - 退出测试,无论其循环属性如何。
ExitGlobalIteration - 退出当前全局循环。

htot05 发表于 2007-4-3 17:16:17

在Action Call Properties中的run中,选择run on all rows

htot05 发表于 2007-4-3 17:20:15

看错了,选Run one iteration only那个选项

wangyong3552128 发表于 2007-4-3 17:27:57

谢谢大家

zbyufeifei 发表于 2007-4-3 18:56:02

再不行,加 stop 啊

wangyong3552128 发表于 2007-4-4 08:39:16

stop 怎么加呀???请指点


我把stop 放在了脚本中间,qtp运行指针指向stop,没有向下运行,也没有完全停止运行,只是暂时停止运行。

[ 本帖最后由 wangyong3552128 于 2007-4-4 09:07 编辑 ]

songfun 发表于 2007-4-4 09:14:14



ExitTest -退出整个TEST。
ExitAction - 退出当前操作,无论其循环属性如何。
ExitActionIteration - 退出操作的当前循环。
ExitRun - 退出测试,无论其循环属性如何。
ExitGlobalIteration - 退出当前全局循环。

原帖由 wangyong3552128 于 2007-4-3 16:45 发表 http://bbs.51testing.com/images/common/back.gif
我在脚本中进行了参数化,但是我想让脚本在运行时,只运行第一个参数(只运行一边),那必须在脚本的未尾使用语句,这个语句怎么写?(qtp自动停止运行)

wangyong3552128 发表于 2007-4-4 09:18:46

ExitTest和ExitRun好像功能是一样的

songfun 发表于 2007-4-4 09:44:05

功能确实一样,但是:

Obsolete Item : ExitRun
Suggested Alternative :ExitTest

注:
The ExitTest statement supplies all the functionality of the ExitRun statement and is equally applicable for both QuickTest tests and Quality Center business process tests.

原帖由 wangyong3552128 于 2007-4-4 09:18 发表 http://bbs.51testing.com/images/common/back.gif
ExitTest和ExitRun好像功能是一样的

wangyong3552128 发表于 2007-4-4 13:44:40

谢谢

handle 发表于 2007-4-8 20:50:10

好东西哇

左手舞蹈 发表于 2007-4-8 23:02:16

在这个版块真是受益非浅

wangyong3552128 发表于 2007-5-24 12:54:45

这个板块牛人多咯

yuandjing 发表于 2007-5-25 09:16:10

又学会东西了 ,谢谢大家

ghoul724 发表于 2007-5-25 10:10:21

ExitActionIteration - 退出操作的当前循环。
还有Run one iteration only

wangyong3552128 发表于 2007-7-26 12:36:20

还有哪些哦?

lhjtc8257 发表于 2007-8-1 16:25:49

1.在Action Call Properties中的run中,选择Run one iteration only
2.ActionIteration 1

TEST_HUAN 发表于 2008-11-25 14:17:51

mark!!!
页: [1]
查看完整版本: qtp自动停止运行语句