Test Upload/Download files using JMeter -
I would like your advice on contacting JM for this scenario for this scenario
Application - It has a Windows desktop app where I can add a file and send it to the receiver - which can download it at the end.
More information - Talks to an upload RAP on the desktop app sender. To upload the file to the cloud and upload it to the receiver, I have a download API that downloads the file from the cloud. Basically the desktop APP / API runs on two separate machines (sender and receiver).
Problem - I have to test upload and download time for different file sizes for the ths sender and receiver. The complexity for me here is as follows:
1) I think I can not test the desktop app using JMM, so I decided that the rest of the API is behind the UI layer - use the API to trigger uploads and downloads - is that correct?
2) As a upload and download API on different machines or virtual machines - how can I use JMIter to test it?
Feelin lost !!! Please advise
If your application supports proxy connections, then you have to use both Jmator Requests must be able to send and receive requests.
If not - you can use a sniper tool i.e. To inspect the requests and manually create them in JMeter.
Finally you can take a look to find the appropriate test element configuration for file upload and download simulation.
Comments
Post a Comment