Unanswered question

How to download a file into local path

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?

Niklas H.
Niklas H.

Niklas H.

Level
1
168 / 750
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

you can do a assertion on file size, to ensure the full file was downloaded?

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.