|
3#
楼主 |
发表于 2009-7-30 23:44:06
|
只看该作者
回复 2# 的帖子
我感觉用Function调无非还是使用QTP的RunAction方法,结果还是会把所有复用的Action插到我测试中变成External Action...
如果不插入的话直接写 Runaction + Action name 又会出错,我查了查帮助,参见:
Note: Before you can use the RunAction statement in the Expert View for an external action, you must first call or copy the external action into your test by choosing Insert > Copy of Action or Call to Action. If the external action does not exist in your test, the RunAction statement is not recognized. For more information on copying or calling external actions, refer to the QuickTest Professional User's Guide.
你是怎么调的?能否举个例子? |
|