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

  • Home
  • SEARCH
  • 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 7846413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:34:26+00:00 2026-06-02T17:34:26+00:00

I am trying to write a JMeter test plan for testing a REST server.

  • 0

I am trying to write a JMeter test plan for testing a REST server. The server currently supports about 80 GET requests (plus several POST and PUT requests). Is there any easy way to create HTTP request samplers for all of the GET requests without doing them by hand? Can I put the URLs in a CSV file and bulk-load them? How?

  • 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-02T17:34:28+00:00Added an answer on June 2, 2026 at 5:34 pm

    Sure.
    You can use CSV Data Set Config to read request details from your csv-file – in loop, under While Controller, with condition = until the end of file.

    As http sampler to use along with your requests details you can use one of these:

    1. HTTP Request – jmeter’s out-of-the-box sampler;
      hostname, url/path, protocol can be specified as variables extracted from csv entry, but request METHOD is selected from list – so in case of using this sampler you have to set several loops and csv-files – for GET / POST / PUT respectively.
    2. HTTP Raw Request – custom sampler from jmeter-plugins;
      in this case you can completely define all the details and params of request from csv.

    Common schema will look like this:

    . . .
    While Controller
    Condition = ${__javaScript("${rMethod}"!="<EOF>",)}
    + CSV Data Set Config
      Filename = requests.csv
      Varible names = rMethod,rHost,rPort,rPath...
    + HTTP Request / HTTP Raw Request
    . . .
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to write something to get my images to show correctly. I have
Trying to write Unit test for Silverlight 4.0 using Moq 4.0.10531.7 public delegate void
Im trying to write a bash script that executes several commands as different users
Trying to write html help files that get included with our app on iOS.
Trying to write a test for a helper method that uses acts_as_tree. Helper method
I'm trying write a test for a method that returns a java.sql.Connection to connect
I'm trying write a routine in SQL Server that, when run, would traverse specified
I am trying write a function that generates simulated data but if the simulated
Trying to write a PowerShell cmdlet that will mute the sound at start, unless
Trying to write a couple of functions that will encrypt or decrypt a file

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.