sebb <[EMAIL PROTECTED]> writes: > On 08/01/2008, Bob Cotton <[EMAIL PROTECTED]> wrote: >> >> We have an extensive test framework built around Selenium. I would like >> to use that framework to generate the load-tests scenarios that would be >> recorded by Jmeter. >> >> I have Selenium using JMeter's proxy server, and JMeter recording the >> run. I would like a way to automate the capture and save of the >> scenario. >> >> Is there any way to programatically control JMeter to start, stop and >> save these scripts? > > Not at present; it has to be done via the JMeter GUI. > > This might require a lot of work to implement. > > Rather than use the JMeter proxy to convert the Selenium scripts into > JMX files, it might be easier to convert the script directly into the > XML format used by JMeter.
Sebb, We're using Selenium-rc, the selenium commands are generated on-the-fly in response to what's on the screen. So the only real way to capture is to record. Thanks for the reply - Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

