Parameterization of jmeter CSV (focus)

 

Jmeter components: the concept of parameterized (understand)

A: What is?

It is the dynamic parameters of the get and set data

 

B: Why?

For example, when performing batch operations, bulk insert or delete batch before hand written, each executing the need to be modified once, inefficient

Parameterized to live instead of doing so is that you can get and set data: safe and efficient +

 

Jmeter components: parametric realize the CSV Data Set Config (emphasis in focus)

A: What is?

One Jmeter parametric

 

B: Why?

Dynamically get and set data and by this component, to add bulk to achieve a similar operation (performed once, a plurality of inserting data into the database)

 

C1: realization of ideas 

 

 

 

C2: implementation process

 From the thread group -> Add -> configuration elements -> the CSV file data provided

 

Jmeter components: thread group for advanced

set up thread groups: the first group of threads of execution

    Resources required (initialization) loader body execution

TearDown thread group: The last group of threads of execution

     Before (clearing) program was officially closed, the data can be saved into memory

 

Guess you like

Origin www.cnblogs.com/qzyhome/p/11432668.html