当前位置:网站首页>JMeter correlation technology
JMeter correlation technology
2022-07-04 10:47:00 【dijiaye1】
Association overview
Regular expressions
() The enclosed part is to be extracted .
. Match any string
+ Once or more
? Don't be greedy , Stop after first match found
Regular expression extractor
Parameters - details
Quote name : It's the variable name , Call to use ${name}
Regular expressions :() Brackets indicate the value you want
Templates :$$ Indicates the value obtained by using the regular expression template , There is only one regular general filling 1, namely $1$
Match the Numbers : Match to multiple values and take the number :-1 All ,0 Represents random ,1 Represents the first ,2 Represents the second
The default value : If this doesn't match , Define a default value for him
Case one
In the picture above g0 For combination ,g1 Bit single variable
The second case
The third case , If there are two requests
The fourth situation : The ginseng
As shown in the figure above , Three regular variables , Respectively r_1、r_2、t, Write these three variables into the parameters of the parameter transfer request respectively .
Practical cases
边栏推荐
- XMIND installation
- system design
- For and while loops
- Differences among opencv versions
- VI text editor and user rights management, group management and time management
- Rhcsa - day 13
- Pod management
- DNS hijacking
- [Galaxy Kirin V10] [server] set time synchronization of intranet server
- Interview and lecture summary 1
猜你喜欢
The bamboo shadow sweeps the steps, the dust does not move, and the moon passes through the marsh without trace -- in-depth understanding of the pointer
DDL statement of MySQL Foundation
Learning XML DOM -- a typical model for parsing XML documents
leetcode842. Split the array into Fibonacci sequences
Application and Optimization Practice of redis in vivo push platform
Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
Hidden C2 tunnel -- use of icmpsh of ICMP
Occasional pit compiled by idea
20 minutes to learn what XML is_ XML learning notes_ What is an XML file_ Basic grammatical rules_ How to parse
Unittest+airtest+beatiulreport combine the three to make a beautiful test report
随机推荐
Delayed message center design
[Galaxy Kirin V10] [desktop and server] FRP intranet penetration
C language - stack
[Galaxy Kirin V10] [desktop] cannot add printer
Basic data types of MySQL
[advantages and disadvantages of outsourcing software development in 2022]
Latex insert picture, insert formula
What is an excellent architect in my heart?
Pod management
Sword finger offer 31 Stack push in and pop-up sequence
MFC document view framework (relationship between classes)
Advanced order of function
Map container
Communication layer of csframework
BGP ---- border gateway routing protocol ----- basic experiment
Fundamentals of database operation
Get the data of the top 100 headlines today with Tianxing data
Hlk-w801wifi connection
Rhcsa day 9
Write a program that uses pointers to set all elements of an int array to 4.18: 0.