Reputation: 1872
I have a site that i need to test with JMeter that includes a multi-page submit process.
The first page contains name/address/etc.
The second page includes a file upload that is dependent on the previous page's submission.
Does anyone have any clue as to how to accomplish this with JMeter?
I actually didn't know about the HTTP Cookie Manager. This maintains the session across pages, which is what our app does. Once I did this, everything worked fine.
Thanks for the help.
Upvotes: 1
Views: 660
Reputation: 3605
Its seems pretty straight forward. Your test plan will look something like following.
You may find following screencasts helpful.
Upvotes: 1