You have an interesting setup: JMeter and Java app (is it part of the System under test, btw?) on the same computer.
If you can't run JMeter and Java app on two different computers, this might work: -Test 1, that runs the Java app, to generate a file with URLs and/or POST contents -Test 2, to run later, reads the above file and tests the web application Ivan On Thu, Aug 22, 2019 at 1:30 PM [email protected] <[email protected]> wrote: > Hi, > Is there a way to increase/set the amount of time that Jmeter will wait > for more responses, after the scheduler time has elapsed? > With this test, I think the java app that is run is taking so much > processor time that the HTTP Requests are not being firede up. > > Thanks,Jim > > >
