Archive for January, 2007

JMeter & DWR 2.0RC2 Addendum

The previous exposed tests have done with a milestone version of DWR 2. So with the new release candidate, there are several changes that affects the way we can use JMeter with DWR. Those changes forces us to:

  • change the regular expresion to obtain the script session id value
    dwr.engine._origScriptSessionId = '(.*)';
  • make a jsp file to get the jsessionid value (now there isn’t a javascript variable with this value in engine.js)
  • attach an XML XPath extractor or a regular expression extractor to the previous .jsp

The rest of procedures works perfect with this version.

See here the original article