Answered question

is there a possibility to call user path from javascript

I have an HTTP request for which the response is received as JSON array. Iterate through each JSON object and based on the attribute in JSON different execution path has to be followed. Ex: if attr = p; Flow 1 has to be called and if attr = f; Flow 2 has to be called.
Is there a possibility to call user path from javascript because iterating the JSON array is done in javascript only.

Raj N.
Raj N.

Raj N.

Level
1
110 / 750
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In NeoLoad you have a switch logical action from which you can execute cases based on condition values. I don't know if you have many possible attribut values but i guess it could suit your needs.

For more information you can look at the NeoLoad documentation here

You can't call user path or transactions through Javascript.

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful