Unanswered question

Please provide a sample script for file upload and download scenario

Need help to create a scenario for file upload and download. Would like to track the duration of upload and download of files.

Chary D.
Chary D.

Chary D.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If you could record in NeoLoad those two transactions directly from the application it should be easier.

If you have to create them, you can manually create a POST and GET requests in NeoLoad to respectively upload and download your files.

Then you need to figure out some parameters like path, type of POST requests since it can be text, multi-part etc...

Find a screen shot of an example of an upload request with multi-part form type.