|
在该目录下,有段话不太明白
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.
这第一段中说了,不能drag,而第二段中又能够drag了,这是怎么回事?
再者,我随意drag action,并没有发现不行啊?
请教。 |
|