vaibhavnayan
vaibhavnayan

Reputation: 130

Loadrunner Truclient - Upload CSV Issue

I have a use case where I need to upload a CSV file via LR truclient protocol.

When I am trying to upload normal IE browser, file is getting uploaded properly. But in truclient browser it's throwing "File Upload Error".

I verified the request which is sending in both cases.

With Normal Browser - Content-type: text/csv and csv content is not going via request body to server

With Truclient Browser - Content:type: application/vnd.ms-excel and csv content is going via request body to server.

Would be helpful if there is any observation on this or how to fix the request header type or change the way to send request using Truclient protocol

Upvotes: 0

Views: 60

Answers (1)

James Pulley
James Pulley

Reputation: 5692

Just script this business process in HTTP virtual user and you will have control of virtually every attribute.

Upvotes: 0

Related Questions