Skip to content
Advertisement

Tag: jmeter

Jmeter – Sending forms with file through JavaScript

I have a problem with sending form with file through JavaScript using Jmeter. It simply does not succeeded. Unfortunately I do not have any logs from that situation. But when I am sending form without file parameter through JavaScript using Jmeter it succeeded. Once I add parameter with a file it does not. Tried to check option in Jmeter Use

Move file to another directory in Jmeter

I’m trying to do performance test in Jmeter so before run my test i have to get fresh data, basically I need to move my used csv file after completed test execution. Answer Add setUp Thread Group to your Test Plan Add JSR223 Sampler to the setUp Thread Group Put the following code into “Script” area: That’s it, the setUp

Advertisement