Reputation: 358
I am using Jmeter on Mac OSX and for some reason the same script which runs successfully on a windows based pc ends up not running on mac.
When looking at the server log, i get a 401 error, even though jmeter GUI shows everything ran fine.
Not sure how best to even describe the issue.
Upvotes: 0
Views: 424
Reputation: 167992
If you use external data files in i.e. CSV Data Set Config or __StringFromFile() make sure to use forward slashes /
instead of backslashes /
in paths.
testdata/testfile.csv
Going forward try to provide more information, i.e. screenshot of your test plan, server log file, View Results Tree listener output for request and response for problematic sampler, jmeter.log file, etc.
Upvotes: 1