08-19-2010, 09:23 PM
(This post was last modified: 08-20-2010, 10:15 AM by venkatbatchu.)
Hi Galstar,
You could set the navigation of flow of an actions in KeyWord View
Lets consider this as the example
1) You have 3 actions Action1,Action2,Action3
But you want to run the Action2,Action1,Action3 i.e in the order of 2,1,3
So please drag the actions and drop in this manner like first keep the Action2 as the first one and Action1 and Action3 as the last action.
Incase if you want to execute the actions in the order liek 2,1,3,1,2
2) Proceed with the above step mentioned then go to Expert View then script appears like
Then Insert the "Action1" as Copy of an action then script appears like
Then Insert the "Action2" as Copy of an action then script appears like
Please let me know for further clarification.
Thanks and Regards,
Venkat.Batchu.
You could set the navigation of flow of an actions in KeyWord View
Lets consider this as the example
1) You have 3 actions Action1,Action2,Action3
But you want to run the Action2,Action1,Action3 i.e in the order of 2,1,3
So please drag the actions and drop in this manner like first keep the Action2 as the first one and Action1 and Action3 as the last action.
Incase if you want to execute the actions in the order liek 2,1,3,1,2
2) Proceed with the above step mentioned then go to Expert View then script appears like
Code:
RunAction "Action2","One Iteration"
RunAction "Action1","One Iteration"
RunAction "Action3","One Iteration"
Then Insert the "Action1" as Copy of an action then script appears like
Code:
RunAction "Action2","One Iteration"
RunAction "Action1","One Iteration"
RunAction "Action3","One Iteration"
RunAction "Copy of Action1","One Iteration"
Code:
RunAction "Action2","One Iteration"
RunAction "Action1","One Iteration"
RunAction "Action3","One Iteration"
RunAction "Copy of Action1","One Iteration"
RunAction "Copy of Action2","One Iteration"
Thanks and Regards,
Venkat.Batchu.