Interview Questions, Answers and Tutorials

Month: October 2014

JMeter Tutorial – FTP Test Plan

In this chapter, we will see how to test a FTP site using JMeter. Let us create a Test Plan to test the FTP site.  Rename Test PlanStart the JMeter window by clicking on /home/deepak/apache-JMeter-2.9/bin/JMeter.sh. Click on the Test Plan node. Rename this Test Plan node as TestFTPSite. Add Thread Group Add one Thread Group, which is a placeholder for all other elements like Samplers, Controllers, Listeners. Right-click on TestFTPSite(our Test Plan) > Add > Threads(Users) > Thread Group. Thread Group will get added under the Test Plan (TestFTPSite) node. Next, let us modify the default properties of the Thread Read More