Re: jmeter - replay

2019-01-11 Thread glin...@live.com
1. JMeter automatically treats responses with HTTP Status Codes below 400 as successful. It doesn't do any extra checks so you might want to introduce Assertions

RE: jms point-to-point and jdni properties

2019-01-11 Thread Greg Phillips
You seem to have completely misread my question. I'll let the sarcasm pass for now. " I have solved this by adding to the jndi properties on each of my JMS point-to-point samplers. Is there a better way to do this?" I'm looking for a common way to do this, so that I don't have to add

Re: jmeter - replay

2019-01-11 Thread Mariusz W
Hi, Try also use View Result tree listener to see requests/responses for your scenario. https://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree Regards, Mariusz On Fri, Jan 11, 2019 at 9:39 AM Senthilnathan D wrote: > Hi, > > > > We are using JMeter(5.0) for

Re: jmeter - replay

2019-01-11 Thread Philippe Mouawad
Hello, This is the step called Correlation, see: - https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.html#correlate-start To improve your load testing skills and better use JMeter and, this book can help you : - https://leanpub.com/master-jmeter-from-load-test-to-devops

jmeter - replay

2019-01-11 Thread Senthilnathan D
Hi, We are using JMeter(5.0) for performance testing for testing our application. We are using the recording and replay method. The setup has been done by following the JMeter apache user manual. 1. We were able to record the scenarios (input of a Funds transfer for our application)