JMeter Tutorial 17 – How to test the performance of FTP Request



JMeter Tutorial 17 – How to test the performance of FTP Request

JMeter Tutorial 17 - How to test the performance of FTP Request

#Jmeter #FTPrequest #performancetesting #loadtesting
How to test the performance of FTP Request
======================================
What is FTP?
============
The File Transfer Protocol is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network.
FTP is built on a client-server model architecture using separate control and data connections between the client and the server.

Port(s): 21 for control, 20 for data transfer
Purpose: File transfer

FTP CONNECTION
=============
– Hostname or IP
– Username and password
– Port

File Zilla
===========
https://filezilla-project.org/

Steps
======
The first step you want to do with every JMeter Test Plan is to add a Thread Group element. The Thread Group tells JMeter the number of users you want to simulate, how often the users should send requests, and how many requests they should send.

Go ahead and add the Thread Group element by first selecting the Test Plan, clicking your right mouse button to get the Add menu, and then select Add → ThreadGroup.

You should now see the Thread Group element under Test Plan. If you do not see the element, then “expand” the Test Plan tree by clicking on the Test Plan element.

Next, you need to modify the default properties. Select the Thread Group element in the tree, if you have not already selected it. You should now see the Thread Group Control Panel in the right section of the JMeter window

Start by adding the first FTP Request to the FTP Users element (Add → Sampler → FTP Request). Then, select the FTP Request element in the tree and edit the following properties (see Figure 7.5):

Change the Name to “File1”.
Change the Remote File field to “/directory/file1.txt”.
Change the Username field to “anonymous”.
Change the Password field to “[email protected]”.

The final element you need to add to your Test Plan is a Listener. This element is responsible for storing all of the results of your FTP requests in a file and presenting a visual model of the data.

Select the FTP Users element and add a View Results in Table listener (Add → Listener → View Results in Table).

Run your test and view the results

Subscribe our channel for latest videos
==================================
https://www.youtube.com/c/TestingFunda

#selenium #tutorials #free #2022 #training
Watch more free Selenium Tutorials
https://www.youtube.com/watch?v=5hyEnZT9AkQ&list=PLBw1ubD1J1UjP1rZMbU8NSh2ajE12Yjjf

#JMeter #performance #testing #tutorials #free #2022 #training
Step by step free JMeter performance tutorials
https://www.youtube.com/watch?v=s33Bqz0vAUw&list=PLBw1ubD1J1UgVniCSUlg_LKRzlF11CZZB

#postman #API #testing #tutorial #manual #automation #free #2022 #training
Step by step free postman API manual and Automation Testing tutorials
https://www.youtube.com/playlist?list=PLBw1ubD1J1UgVniCSUlg_LKRzlF11CZZB

#java #programming #tutorials #free #2022 #training
Step by step free Java programming tutorials
https://www.youtube.com/watch?v=C8HRfmJ_ZZQ&list=PLBw1ubD1J1UjGNxe10eY-H7e9cQ12Qk_l

#cypress.io #automation #testing #tutorials #free #2022 #training
Step by step free cypress.io automation testing tutorials
https://www.youtube.com/watch?v=OvCLwh5vN8g&list=PLBw1ubD1J1Ujws5XLs7BGJqQkQVpJtmBJ

#agile #Youtube #series #free #2022 #training
Learn about agile from free YouTube series
https://www.youtube.com/playlist?list=PLBw1ubD1J1Uif-cFY6BJRbjc3Ah9bKpSd

#learn #software #testing #innovative #animated #videos #free #2022
Learn software testing free from innovative animated videos
https://www.youtube.com/watch?v=jRcsuCrQI_s&list=PLBw1ubD1J1UhnuUX3Kd5OP5r9qaDHie-T

Comments are closed.