标题: 问一个Inserting a Copy of an Action 的问题 [打印本页] 作者: edwin_chen 时间: 2006-7-19 16:53 标题: 问一个Inserting a Copy of an Action 的问题 在该目录下,有段话不太明白
QuickTest Professional Tutorial Help > Dividing Tests into Multiple Actions > Inserting Existing Actions > Inserting a Copy of an Action
看Step 4如下:
Call the Copy of FlightOrder action after the Sign_in action.
You want the Copy of FlightOrder action to be immediately after the Sign_in action. Since you cannot drag any action to be immediately after a reusable action (because it is read-only in the calling test), you must perform the following steps to change the order of the action calls.
Select the Copy of FlightOrder action and drag it immediately below the Action1 action in the Keyword View. Then, select the Sign_in action and drag it immediately below the Action1 action in the Keyword View. The Copy of FlightOrder action is now immediately after the Sign_in action.