FTP Test script in JMeter
This post explains how to create a JMeter script for FTP, FTPS and SFTP test scenario. FTP servers Load Test helps to determine the capacity & throughput.
This post explains how to create a JMeter script for FTP, FTPS and SFTP test scenario. FTP servers Load Test helps to determine the capacity & throughput.
How to pass the same parameter value in each iteration from a CSV file in JMeter? Each thread should select the same row from CSV file in each iteration.
This is a common scenario in JMeter to pass the value of one variable into another. Such scenarios are scripted with the help of Nested Variable Function.
How to update the parameter value from CSV file at each occurrence in an iteration? How to pass new value of parameter from CSV file in JMeter?
Difference between Regular Expression Extractor and Boundary Extractor. JMeter correlates the dynamic value via Regular Expression and Boundary Extractor.
Sometimes it is required to edit CSV File test data before using in the JMeter script. Use this trick to edit the format of test data without BeanShell.