I am wondering if anyone has seen this issue in JMeter where JavaScript is not an option in the Script Language drop-down of the Selenium WebDriver? The only options available to me are the ones on the screenshot below. I have tried with Selenium 3.3 and 3.0 and the drop-down does not change and this is on Apache JMeter 5.4.3
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