0

My excel contains account related data. Once i upload this in to system and click on the upload button system automatically create accounts. Plz tell me the steps.

1 Answers1

-1

The fastest and the easiest way is just recording your file upload event using JMeter's HTTP(S) Test Script Recorder:

  1. Prepare JMeter for recording.

    • From JMeter main menu choose File -> Templates -> Recording and click "Create"
    • Expand Workbench -> HTTP(S) Test Script Recorder and click "Start"
  2. Prepare Browser for recording
    • You need to configure your browser to use JMeter as a proxy, if JMeter and browser are running on the same machine use localhost as proxy host and 8888 as proxy port.
  3. Copy the file you would like to upload into "bin" folder of your JMeter installation. This is vital as if you omit this step JMeter won't be able to locate the file. See Recording File Uploads with JMeter for more detailed explanation
  4. Upload your file in browser - JMeter will capture the request and generate the relevant HTTP Request sampler for this.
Dmitri T
  • 159,985
  • 5
  • 83
  • 133