jmeter
jmeter copied to clipboard
Import from cURL is having some limitation for length of the string to be processed as cURL command
Expected behavior
You are able to paste any cURL command into Import from cURL window
Actual behavior
Due to some limitations, the UI freeze and the string is not copied in the window "Import from cURL" You can wait as long as you can, no error message is seen but the text is not displayed in GUI
Steps to reproduce the problem
Preconditions: have a very huge cURL command. In our case, I did counted number of characters to be imported. It has 153142 characters. it's a huge call with 451 parameters in the payload. removing the cookie from this call, it remains 150490 characters
- Copy cURL command from Chrome DevTool
- go to JMeter GUI
- click on Tools
- click on Import from cURL
- paste the cURL command into this screen
JMeter Version
5.6.2
Java Version
java version "1.8.0_391"
OS Version
Windows 10
Facing the same issue any workarounds for this ?