0

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

user272735
  • 10,473
  • 9
  • 65
  • 96

1 Answers1

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:

  1. HTTP Request - open login page

    • Extract each and every dynamic parameter using suitable JMeter Post-Processor
  2. 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