Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8957933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:06:30+00:00 2026-06-15T15:06:30+00:00

I am testing a web application. In the navigation menu of the main page,

  • 0

I am testing a web application.
In the navigation menu of the main page, when a node is clicked, a javascript function will be called. I look up this function, the page will set document.cookie="current_moduleId=xxxx;path=/" before redirect to the target page.

So how can I set cookie in JMeter for every request?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T15:06:31+00:00Added an answer on June 15, 2026 at 3:06 pm

    Create the following pan:

    enter image description here

    In BeanShell pre processor, put :

      import org.apache.jmeter.protocol.http.control.CookieManager;
      import org.apache.jmeter.protocol.http.control.Cookie;
      CookieManager manager = sampler.getCookieManager();
      Cookie cookie = new Cookie("toto","titi","localhost","/",false,0);
      manager.add(cookie); 
    

    Note that using JSR223 PreProcessor + Groovy + Caching will be better for performances

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using WatiN for web application testing. There is a field called enter choices
I'm creating a web application and will be doing my own testing anyway to
I am diving into the web application testing line(php ,ajax,javascript) and need some guidance.
We are testing using security realms with our web application. In test we will
I am stress testing a .NET web application. I did this for 2 reasons:
I am using Selenium 2.25.0 to automate GUI testing for a web application. This
I'm testing our JavaScript-heavy web application on Windows 8. For what it seems, IE10
I have a php web application that I am doing some testing on. This
I have found a lot of topics about stress-testing web application. My goals are
I am testing a web application using Java Remote Method Invocation (RMI). When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.