1.

I Created 3 Actions In Test Suppose I Want To Run Action 1 In Single Time, Action 2 Is 4 Time What I Do?

Answer»

“RunAction” is the KEYWORD used to run an ACTION. Syntax to run an action for Particular number of times is
RunAction, Action NAME, iterationQuantity

Example:
RunAction “action 1”, oneIteration
RunAction “action 2”, 1, “1-4”

“RunAction” is the keyword used to run an action. Syntax to run an action for Particular number of times is
RunAction, Action Name, iterationQuantity

Example:
RunAction “action 1”, oneIteration
RunAction “action 2”, 1, “1-4”



Discussion

No Comment Found