Estevao FPM
Estevao FPM

Reputation: 111

Automation call using curl - Jmeter

Good afternoon people!

How do I add a call in Curler in Jmeter to get my header to use in tests later?

Which element of test? HTTP request same?

can you help me?

Follow the curl: curl -X POST -vu xxx: b57f4a4f-a455-4014-9ac8-87c6dac7e8d3 https://apibpp.xvv.com.br/api/oauth/token -H "Accept: application / json" -d " password = xxxx & username = yyyy & grant_type = password & scope = read% 20write "

Thank you

Upvotes: 0

Views: 427

Answers (1)

sunny_teo
sunny_teo

Reputation: 1999

You can use jmeter HTTP recorder to record your curl request. It will provide the request and the required header values.

Please check the below links for more information:-

How to use curl request in JMeter?

testing a curl request with jmeter

You can find many other links for converting curl to jmeter.

Please check if that helps.

Update:- In version 5.1.1, there is an option to import from cURL available under "Tools". Please check if that can help with your requirement. For more info. check here enter image description here

Kindly note that I have never used cURL, so I am just trying to see if you can able to handle it with the features available in the jmeter.

Upvotes: 1

Related Questions