How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread rosiere
Hello, I would like to develop a Java application, that executes a predefined jmeter test scenario, to programmatically send http requests towards a web application on Internet, and retrieve some wanted texts from the HTTP response. To do this, I need to make a jmx by JMeter's GUI

Re: How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread rosiere
Hello, I did find JMeter's API rich and complex. However the example I explained (login password) is just a simplified scenario. In fact, it may take a long time (up to several hours) to retrieve a credit report, so I need an asynchronous mechanism, between my j2ee web app (I forgot to