Note: The RunAction statement can run only actions that are already associated with your test as part of the test flow. Therefore, in order to enter a RunAction statement in the Expert View for an external action, you must first insert a call to the action (Insert > Call to Action) or copy the external action (Insert > Copy of Action) into your test. Using this option associates the action with the test and also inserts a RunAction statement for you. After the the external action is added to the test flow, you can add additional calls to that external action in the Expert View.
If you insert a RunAction statement in the Expert View for an external action that is not already associated with your test as a part of the test flow, the RunAction statement fails. For more information on copying or calling external actions, see the HP QuickTest Professional User Guide.作者: lhjtc8257 时间: 2009-8-11 12:37
那不就等于 把代码复制过去了吗? 重复了!作者: 爱喝可乐的蚊子 时间: 2009-8-11 22:36
二:
问题二是在问题一得基础上的
我需要调用的时候传入参数用户名和密码
但 RunAction ActionName,IterationQuantity,Parameters
只给了以个参数的问题吗,多个参数是否可以传递?