JMeter Issues
Welcome to the Apache JMeter forum. It’s the perfect place to discuss anything JMeter related. Anytime.
-
Remote tests in Non-Gui mode are not generating results files
i have a test that i have been running in non-gui mode with no issues, all my test results files are saving to the directory i've specified. now when i run the same test on remote machines, they all run, but my results files are not being generated at all. any ideas?
1 vote -
4 votes
-
Dealing with JMeter Logic-Controllers
When dealing with JMeter Logic-Controllers, if the controller gives the syntax as "$ {var}" == "SGSIN" where the condition is true but the child http request is not executing "http requests" under the controller, is it because of invalid syntax??
0 votes -
1 vote
-
error 400, invalid request - '//someotherwebsite.com/directory/image.gif'
I'd like to point out that many of your 'errors' are actually errors in your testing process (at least with my site)
all of the 'error 400, invalid request' errors are caused by incorrect parsing of urls like '//someotherwebsite.com/directory/image.gif' which is valid according to the URL RFC ( http://tools.ietf.org/html/rfc1808 see 'net_path' )
0 votes