Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

CSV Data Set Config of jmeter Parameterization

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Jmeter parameterized CSV Data Set Config setting items:

Filename: file storage path, which must be absolute.

File encoding: the encoding format of a file, usually UTF-8.

Variable Names (comma delimited): variable names, separated by commas

Delimiter (use'\ t 'for tab): the delimiter between the values of a variable. The default is a comma.

Allow quoted data? Select true. If the parameter value has quotation marks (single or double quotation marks), no quotation marks are displayed.

Select false, and display quotation marks if the parameter value has quotation marks (single or double quotation marks)

Recycle on EOF?-True= when the file is read to the end, read the file again

False= stops reading the file when it reaches the end of the file

Stop thread on EOF?-when Recycle on EOF is False, stop the process when the file is read to the end, but this is meaningless when Recycle on EOF is True

Sharing mode:

All threads: all threads in the test plan, if there is thread 1 to thread n (n > 1), thread 1 takes a value, thread 2 takes a value, it takes the next line in the csv file, that is, it is not the same line as thread 1. The experimental results show that: unique + iterative value (3.0) unique + each occurrence (2.1)

Currentthread group: current thread group. Suppose thread group An and thread group B have thread A1 to thread An in group An and thread B1 to thread Bn in thread group B. In this case, thread A1 takes the first line, thread A2 takes the second line, and now B1 takes the first line and thread B2 takes the second line. Through the experiment, the unique + iterative value is obtained.

Currentthread: the current thread. Suppose there are threads 1 to n (n > 1) in the test plan, thread 1 takes the first line, and thread 2 takes the first line. Experience: order + iterative value

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report