Unanswered question

How to create multiple actions in User Path

I am trying to create multiple actions to handle my project, but not able to find solution to create multiple actions.

I have to create like this

If(Action1 !=0)
{
Action2();
}
Else
{
Action3();
}

Please guide me how to create multiple actions.

Mahesh K.
Mahesh K.

Mahesh K.

Level
0
11 / 100
points

Answers

You can't use such Actions in your NeoLoad script. You can still use If then else condition but based on a result or a server response. What is your use case with (Action1 !=0)?

Mahesh K.
Mahesh K.

Mahesh K.

Level
0
11 / 100
points

Hi Nouredine,

I am handling Viop project in that I have to create Inbound call and Outbound call. So I need to create multiple actions and use case to call actions.

Please help me to resolve this issue.

Thanks,
Mahesh