user2354224
user2354224

Reputation: 11

Jmeter doesn't upload files while replaying

I am trying to replay a script in jmeter which has to upload a file in the transaction. The user is able to login when I replay but the file doesn't get uploaded.

How do I overcome this??

Upvotes: 1

Views: 451

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34526

Put the files to upload in jmeter/bin folder.

Read:

Uploading files

Some browsers (e.g. Firefox and Opera) don't include the full name of a file when uploading files. This can cause the JMeter proxy server to fail. One solution is to ensure that any files to be uploaded are in the JMeter working directory, either by copying the files there or by starting JMeter in the directory containing the files.

Upvotes: 1

Related Questions