Posts

Showing posts with the label jmeter

JMETER Script execution

Image
Clash Royale CLAN TAG #URR8PPP JMETER Script execution We recorded a script through JMETER 3.2 & 3.3 version, where we sending requests and receiving response from the server. The problem here is while executing the script, there is no response from the server (Blank response). Can anyone help us out in this? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

How to test GRPC client calls from Jmeter ? Any leads will be grateful and appreciable

Image
Clash Royale CLAN TAG #URR8PPP How to test GRPC client calls from Jmeter ? Any leads will be grateful and appreciable I've created a Java client and exported as runnable Jar. Same I placed in ext folder and called main method by beanShell sampler. Please let me know if my process is wrong. main Here several things- Connection close code- channel.shutdown().awaitTermination(3, TimeUnit.SECONDS); channel.shutdown(); Below error -- SEVERE: ~ ~ ~ Channel ManagedChannelImpl{logId=8735, target=XXXXX.com:6667} was not shutdown properly!!! ~ ~ ~ Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Beanshell Assertion

Image
Clash Royale CLAN TAG #URR8PPP Beanshell Assertion Could you help me with this Beanshell Assertion code: I need to add 3 AND conditions & in the 3rd AND condition I need to add OR condition as well and I have tried the following code and I am getting the error "BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: ``String Response1 = prev.getResponseDataAsString(); String Response2 = prev.getRe . . . '' : Operator: '"||"' inappropriate for objects " Please click on the link to view the code I tried: enter image description here Please post your code as text within your question. That way people can copy and paste it for testing. – Chris yesterday 1 Answer 1 Your or condition sh...