Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/bc443341318e5289e6f0c3a08f6b8c7b to your computer and use it in GitHub Desktop.
Save ezhov-da/bc443341318e5289e6f0c3a08f6b8c7b to your computer and use it in GitHub Desktop.
перебрать все записи в csv файле и выполнить действия
==> https://jmetertutorialblog.wordpress.com/2015/10/14/how-to-loop-all-the-values-from-csv-file-to-jmeter/
1. В потоке создать пустой While контроллер.
2. Добавить к нему потомка CSV Reader, в котором указать файл для чтения, а так же параметры:
Recycle on EOF - FALSE
Stop thread on EOF - TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment