Deepak that is exactly what I was thinking of doing. I would need to be able to test every component individually.
Right now a message is written to a queue and then consumed almost immediately. I would need to stop/replace the consumer to test the correct message is place on the queue. I feel a little confused as to the difference to load/performance testing this type of application and doing quality assurance. I feel like I need to the qa part to be able to able to do a reliable performance test. Any Ideas On Mon, Apr 1, 2013 at 11:20 AM, Deepak Shetty <[email protected]> wrote: > >Is this possible with JMeter? > not out of the box and would probably be quite difficult > > >Would/Should I attempt to do this JMeter? > Probably not > > >Is there a better way? > >and then verify the second HTTP Request coming from the machine is > correct. > So the HTTP request does something correct? Updates database, writes file > or something like that. Why not verify that instead ? > > > > > > On Sat, Mar 30, 2013 at 10:54 AM, Jeffrey Williams < > [email protected]> wrote: > > > I have previously used JMeter to load test web applications. My current > > application is a little but different to a normal web application. It is > > more of processing and routing application. > > > > Essentially it takes a HTTP request payload does some transformation and > > then puts the transformed message onto a JMS queue. Then another piece of > > the application will take this message and send it out from the > application > > via a HTTP request. > > > > What I am attempting to do is one of the following test the response from > > the first HTTP response (I have that already) and then verify the second > > HTTP Request coming from the machine is correct. > > > > From what I have read of the JMeter documentation and also googling I can > > not see a way to configure JMeter to do this. Plus I am a little confused > > on how to tie the inbound request to the outbound request. > > > > Is this possible with JMeter? > > Would/Should I attempt to do this JMeter? > > Is there a better way? > > >
