On 12/10/2008, Ed <[EMAIL PROTECTED]> wrote: > This is killing me. > > I've followed the example in Packt Publishing Apache JMeter chapter 5, and > 6, and section 18.9.5 of the JMeter docs, and the FAQ.I can do everything > except run the recorded test plan once it's been captured. > > I'm trying to do a simple homepage, login, logout on a Grails application > using the Acegi Security Plugin (springsecurity) > > Here's what my test plan looks like: > http://71.229.145.83/wordpress262/?p=132
Items on the workbench do not take part in a test run. [The proxy and mirror servers are started separately] You need to move the samplers to a thread group under the test plan. > I can record all three, each in it's own Simple controller. > Here are the steps basically: > I select the correct target controller for each step. Which needs to be under a thread group in the main test plan. > I execute the operation on the browser (it's been set up to use the Http > Proxy port 8080) > I select the next target controller and repeat. > > When I'm done recording, I can see the requests and responses in a View > Results Tree which is a child of the Http Proxy Server. OK. > When I'm done recording, I save the Proxy Server by right clicking on it and > saving it to it's own file. This step seems odd and unnecessary, but I do it > anyway. It is unnecessary. > I save the test plan. > I stop the Http Proxy Server. > > I try to run it with run-Start and i get no traffic in any of my listeners. You probably need to add a Cookie Manager to the test plan before running it. > I see the green square light up for a moment, but no traffic. > > Thanks in advance, > > -- > > Ed > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

