I have an application that is using rest service with a large JSON file. Each customer is it's own file so I need to submit 20,000 customers in a hour. What is the best practice to handle this scenario. I am not sure how parameterize the file (Customerinfo.json). The JSON files are created separate from the load test but will be used as the data for the load test. The JSON file can range from 50 lines to 1200 lines depending on the size of the customer information. i have tried to make the file into 1 row but LR has an issue doing it that way. The JSON data contains Brackets, curly brackets, quotation marks, comas, colons, dashes, periods and text. I am also worried the json files size maybe an issue, if each file is around 2KB i am looking at 40 MB just in data. Any assistance is greatly appreciated.
↧