Hey there, I am using JMeter to perform a test with Test Script Recorder(recording actions to be performed on the test).
I have captured the /action/user/status for when an user makes a post in the system, but when I run the test, the post isn't generated in the site wall(there is no generated content in the site when I run the test).
Is there a way to make jmeter affect the site when running tests, so it really makes posts?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
- Steve Clay@steve_clay

Steve Clay - 0 likes
You must log in to post replies.the problem is probably that the tokens used in the form are no longer valid.
You need to create a script which captures the tokens (http://learn.elgg.org/en/stable/guides/actions.html#security) and submit these in the form.
Also you might need a secret URL that logs the client in under a testing account. I don't know JMeter particularly.