i am doing performence tests using Jmeter on Documentum's d2 application I've recorded a login and logout using blaze meter All the requests are in green but i get an error in the response body "Missing context(s) from session, re-connection required" , Anyone know whats happening? If there are any special params that needs to be passed
Asked
Active
Viewed 125 times
1 Answers
0
In the majority of cases you cannot just replay recording test without doing prior correlation of the dynamic parameters.
You should design your test as follows:
HTTP Request - open login page
- Extract each and every dynamic parameter using suitable JMeter Post-Processor
HTTP Request - perform login. Here you need to substitute recorded hard-coded parameters with the JMeter Variables generated in the previous request
Also don't forget to add HTTP Cookie Manager to your Test Plan

Dmitri T
- 159,985
- 5
- 83
- 133