zalopay-oss / jmeter-grpc-plugin

A JMeter plugin supports load test gRPC
Apache License 2.0
42 stars 23 forks source link

How do I get the value from the newly created field say for example 'data' in the requestBuilderCode? #9

Closed Bhala1987 closed 4 years ago

Bhala1987 commented 4 years ago

I wanted to get the value of the my own customised field in the GRPC client sampler plugin in the requestBuilderCode, can you please help me in getting it? I have added the field in config.properties, GrpcClientSamplerResources.properties, Config.java, GrpcClientSamplerBeanInfo.java & GrpcClientSampler.java.

Bhala1987 commented 4 years ago

I have figured it out by myself by defining the user defined variables in Jmeter. Thanks!