Unanswered question

Neoload Scripting?

Scenario: Launch App-->Login-->Dashboard-->Upload Photo from Mobile device-->synchronization-->Logout
How to enhance the script like uploading data from other source??? Please suggest.

Nrusingh P.
Nrusingh P.

Nrusingh P.

Level
0
77 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

When you record a script that uploads files, you should get a POST request in NeoLoad with the name of the file that was uploaded during the recording. If you would like to upload different files each time you can replace the filename by a NeoLoad variable.

That variable will contain a list of different file names. You can look at the NeoLoad documentation for more details here