3

I had created multiple http requests. But I want to run a http request among the several http request.

Is it possible to run a http request alone ?

Can any one please help?

5
  • 2
    Is this a puzzle ? Please explain a bit more. Commented Aug 18, 2017 at 12:03
  • For example :- I have 30 http requests in a thread. For that, if I start running all the 30 http requests are running and displaying the result. But I would like to run only the 20th http request. So, is it possible to run only 20th http request? Commented Aug 18, 2017 at 12:10
  • check Once Only Controller with If Controller. Commented Aug 18, 2017 at 12:12
  • Why not using the Disable options? It's so easy to configure. Just right-click on the requests from JMeter-GUI and select "Disable". Commented Aug 21, 2017 at 10:44
  • Because in Postman we simply go to the request and resend it. Commented Oct 7, 2022 at 22:58

2 Answers 2

2

Just select all requests you don't want to be run in JMeter GUI, and choose Disable either in context menu (on right click) or from Edit item of JMeter's main menu.

JMeter Disable Request


If you want to enable/disable specific Test Elements from command-line the easiest option would be using Taurus tool as a wrapper for your JMeter test. Taurus naturally supports JMeter and it is capable of overriding original JMeter test plan settings via simple YAML configuration file.

References:

Sign up to request clarification or add additional context in comments.

Comments

0

You can use a particular controller for that that should contain your 30 requests:

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.