Need help to create a scenario for file upload and download. Would like to track the duration of upload and download of files.
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.