Discussion:
Protobuf support
Prateek Dua
2018-10-09 10:01:45 UTC
Permalink
Hi

Is there any way in Jmeter to test api written in Protobuf ?
--
::DISCLAIMER::


----------------------------------------------------------------------------------------------------------------------------------------------------





This message is intended only for the use of the addressee and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law. If the reader of this message is not the
intended recipient, or the employee or agent responsible for delivering the
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this e-mail in error, please notify us
immediately by return e-mail and delete this e-mail and all attachments
from your system.
g***@live.com
2018-10-17 12:58:56 UTC
Permalink
Theoretically yes, but

1. Not out of the box
2. You will need to be capable of writing Java or Groovy code

If you add protocol buffers libraries
<https://github.com/protocolbuffers/protobuf/tree/master/java> to JMeter
Classpath <https://jmeter.apache.org/usermanual/get-started.html#classpath>
you will be able to create and send protocol buffers messages.

Check out Protocol Buffers Java Tutorial
<https://developers.google.com/protocol-buffers/docs/javatutorial> for
example code and Apache Groovy - Why and How You Should Use It
<https://www.blazemeter.com/blog/groovy-new-black> to get familiarized
with the concept of custom scripting in JMeter



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@jmeter.apache.org
For additional commands, e-mail: user-***@jmeter.apache.org

Loading...