Posts

Showing posts from March 9, 2019

You are right and Your answer is right

Image
0 Why do we say "You are right " where we mean "Your answer is right" ? Is it "You are right in your answer. " ? grammar phrase-usage grammatical-structure confusables share | improve this question asked 9 hours ago Mathew KJ 27 2 Actually, they mean different things. – Hot Licks 9 hours ago

Jmeter File upload in Chunks

Image
0 Hi I am testing a file upload scenario in Jmeter. The way the upload works is when i upload a file grater than 10MB, lets say i upload a 100MB file the upload is broken down into 10MB chunks. In the browser developer tools i see 5 threads each uploading 10MB chunk and the thread that completes first picks the next chunk(6th) and so on until the entire 100 MB is uploaded. I see this is not something handles in the app code and rather on the browser level. How can i simulate the same from the Jmeter Tool ? file-upload jmeter performance-testing chunking share | improve this question asked Nov 22 at 17:51 Raphael Oscar