0.17
Now jmeter-java-dsl behavior emulates browsers by automatically handling HTTP cookies and caching!
In case you want to disable such behavior you can add this to your testplan:
httpCookies().disable(),
httpCache().disable(),
Now jmeter-java-dsl behavior emulates browsers by automatically handling HTTP cookies and caching!
In case you want to disable such behavior you can add this to your testplan:
httpCookies().disable(),
httpCache().disable(),