Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li><p>Try to add <a href="http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Cookie_Manager" rel="nofollow">HTTP Cookie Manager</a> to your test-plan to the root (Test Plan) node or to the Thread Group node.<br> As per <a href="http://jmeter.apache.org/usermanual/test_plan.html" rel="nofollow">jmeter documentation</a>:</p> <blockquote> <p>The last element is a HTTP Cookie Manager. A Cookie Manager should be added to all web tests - otherwise JMeter will ignore cookies. By adding it at the Thread Group level, we ensure that all HTTP requests will share the same cookies.</p> </blockquote></li> <li><p>Ensure that parameters values that are dynamic are not hard-coded (after recording jmeter scripts, for example): no hard-coded <code>JSessionID</code> values in your HTTP requests, e.g..</p></li> <li><p>Ensure you don't miss any necessary params in your HTTP requests.</p></li> <li><p><strong>JMeter does not process Javascript or applets embedded in HTML pages.</strong><br> Your problem may be caused by this feature.<br><br> As per <a href="http://wiki.apache.org/jmeter/JMeterFAQ#Does_JMeter_process_dynamic_pages_.28e.g._Javascript_and_applets.29" rel="nofollow">jmeter documentation</a>:</p> <blockquote> <p>JMeter does not process Javascript or applets embedded in HTML pages. </p> <p>JMeter can download the relevant resources (some embedded resources are downloaded automatically if the correct options are set), but it does not process the HTML and execute any Javascript functions. </p> <p>If the page uses Javascript to build up a URL or submit a form, you can use the Proxy Recording facility to create the necessary sampler. If this is not possible, then manual inspection of the code may be needed to determine what the Javascript is doing.</p> </blockquote></li> </ol> <p>I would also recommend your to look first into Jmeter reference before further scripting activities - this may prevent from some faults and frustration.</p> <p>At least these:</p> <ul> <li><a href="http://jmeter.apache.org/usermanual/build-test-plan.html" rel="nofollow">Building a Test Plan</a> </li> <li><a href="http://jmeter.apache.org/usermanual/test_plan.html" rel="nofollow">Elements of a Test Plan</a> </li> <li><a href="http://jmeter.apache.org/usermanual/build-web-test-plan.html" rel="nofollow">Building a Web Test Plan</a> </li> <li><a href="http://jmeter.apache.org/usermanual/build-adv-web-test-plan.html" rel="nofollow">Building an Advanced Web Test Plan</a></li> </ul> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload