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

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Why don't you use multiple virtual user profile for inbound and outbound call?

If you need to share information between virtual users you can use shared queue variable.