Relative Content

Tag Archive for jmeter

Jmeter script for Dynamic value

Hello everyone my issue is in jmeter.
I record the script & I found the dynamic value for example In A request & in replylog showing A request for Correlation.. This is my issue

Jmeter html report is showing ‘Assertion failed’ only instead of actual error message in load test report

I am using Apache jmeter version 5.6.3 and facing a weird problem.
When I am converting the jtl file to html report, In ‘Type of error’ column of ‘Errors’ section It is showing ‘Assertion failed’ only instead of actual error message in load test report. While in smoke test report it is showing actual message like,
“Test failed: text expected not to contain /{“Establishments”:[],”Messages”:[]}/”

Jmeter if control start next thread

I would like to make a simple condition
Test plan -> thread group ->
Http Request 1
Http Request 2
If request 2 failed start next thread (from request 1 )
Http Request 3
Http Request 4……
How could I do that ?
If request 3 failed I don’t care so for other request so I can’t define any error start new thread at thread group.