In my User-Path i am downloading a file. I want to check if the file was correctly downloadet. How can i download the file into a local Path?
you can do a assertion on file size, to ensure the full file was downloaded?
You could also use the "response storage" feature described in the NeoLoad documentation here but be careful it will consume more resources on LG side.
Otherwise as Neil suggested a simple validation on the size may also be a good solution.