Hi When you recorded the test ,it would have recorded the submit . However there are many reasons why something that worked while recording does not work when you run it again..
http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour and myriad other posts on this forum. You have to go through every step of your test and see what data is dynamic , what is derived from previous request (E.g. a workflow id or task id etc) If you can identify the step that does the actual submit , you could also look at the response in View results tree and hope that it gives you a sensible error message , otherwise you have to compare what your browser sends to what you are sending from Jmeter. Note that Jmeter is not a browser, It does not enter information into text boxes or whatever. It simply makes http requests and gets back HTTP responses. regards deepak On Wed, Oct 14, 2009 at 1:26 PM, arubin41 <[email protected]> wrote: > > I created a recorded test and part of the work flow is submitting 3 tabbed > forms. It appears to enter the info in the appropriate boxes but the data > is not saved. Do I have to deliberately edit in jmeter to include a > submit? > If so, any step by step guidance for this over-his-head beginner would be > greatly appreciated. > > Best, > > -Alan > > -- > View this message in context: > http://www.nabble.com/Proxy-Step-by-Step---Submitting-Forms-tp25898423p25898423.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

