Micro Focus QTP (UFT) Forums

Full Version: Calling Actions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I generated the script for calling a Action1 for 3 iterations in the Action 2. But the Action1 is executed for only two times. Here is the Script pls help.[/color][/size][/font]

Action 1:
SystemUtil.Run("www.Google.co.in")

Action 2:
RunAction "Action1","1 - 3"

Thanks,
Saran
Try this:

Action 1:
SystemUtil.Run("www.Google.co.in")

Action 2:
RunAction "Action1",ThreeIteration

Correct me if wrong.

Regards,
Sankalp
Hi Sankalp,
Makes sense. Thanks for your Reply.

Thanks,
Saranya R.
Saranya,

Try this..
'Action 2:
RunAction "Action1","0-3"

Thanks,
Arul.D