How to send HTTP post using jmeter for approx 16mb of ofx data? for one thread data is posted successfully but for multiple threads load test stops after execution of first thread. I am sending this data in the body of POST request. Also I need parameterized few of the data in ofx file data.
Just to clarify, I know how to post HTTP request with huge ofx data. But problem I am facing is- for one thread it works fine. My application takes around 25 mins to process that much data. But, in case I increase the number of threads in JMeter testplan with some ramp up time only one thread executes and jmeter stops executing next thread. Pl suggest the solution.