On 02/06/2008, David Schulberg <[EMAIL PROTECTED]> wrote: > Hi, > > If I record a JMeter script using the http proxy server is there a way I > can play it back through a browser.
No, the recorded script only works in JMeter. > I would like somebody else to see > what steps I have recorded so they can record the same scenario using > another tool. The script is in text form, so in theory they can read the JMX file ... or you could write an XSLT stylesheet or other script to extract the important bits. There is a basic stylesheet here: http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/extras/schematic.xsl It needs a bit of work. If you want to try it, put the following line as line 2 of a JMX file: <?xml-stylesheet type="text/xsl" href="../extras/schematic.xsl"?> (adjust the path to suit) and then open the JMX file in a browser. You may need to change the type of the JMX file to .xml first. > Or do I have to manually define the steps to be followed > when they try the other tool or get them to read and interpret the http > that I have recorded with JMeter? Or use a tool such as Badboy which records a script that works in IE but can also generate a JMeter script. Or you could use a browser add-on that supports playback. Record using that and JMeter and send your colleague the browser recording. > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

