How to configure JMeter to read data from Sharepoint excel?

23 Views Asked by At

I would like to shift from using a CSV data set to accessing my test data directly from an online spreadsheet hosted on Sharepoint.

Is this possible in JMeter?

Expected Result: Successfully retrieve test data directly from an online Excel spreadsheet.

1

There are 1 best solutions below

0
On

I'm not aware of any existing JMeter configuration elements or plugins which are capable of reading the file from Sharepoint for parameterization.

What I can suggest is downloading the file beforehand somewhere in setUp Thread Group via Save Responses to a file listener, this way you will be able to use "normal" CSV Data Set Config in main Thread Group