当前位置:网站首页>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
边栏推荐
- Read a piece of text into the vector object, and each word is stored as an element in the vector. Convert each word in the vector object to uppercase letters. Output the converted elements in the vect
- [Galaxy Kirin V10] [server] system startup failed
- /*Write a loop to output the elements of the list container in reverse order*/
- Aike AI frontier promotion (2.14)
- Virtual machine configuration network
- Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
- Recursion and divide and conquer strategy
- 2020-03-28
- Introduction to extensible system architecture
- Linked list operation can never change without its roots
猜你喜欢

shell awk

Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address

OSPF summary

Summary of several job scheduling problems
![[Galaxy Kirin V10] [server] soft RAID configuration](/img/d5/789387613fafc18f623d0cff45093b.jpg)
[Galaxy Kirin V10] [server] soft RAID configuration
![[test theory] test process management](/img/d2/65865dffacf38d9a8be720868b75f0.jpg)
[test theory] test process management

How do microservices aggregate API documents? This wave of show~

2022 AAAI fellow release! Yan Shuicheng, chief scientist of sail, and Feng Yan, Professor of Hong Kong University of science and technology, were selected

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
![[Galaxy Kirin V10] [desktop] build NFS to realize disk sharing](/img/72/5e725a44a50f152b477a4b2907a2d0.jpg)
[Galaxy Kirin V10] [desktop] build NFS to realize disk sharing
随机推荐
2、 Operators and branches
Write a program that uses pointers to set all elements of an int array to 4.18: 0.
Fundamentals of database operation
[Galaxy Kirin V10] [desktop] printer
Learning XML DOM -- a typical model for parsing XML documents
Rhcsa day 10 operation
/*Rewrite the program, find the value of the element, and return the iterator 9.13: pointing to the found element. Make sure that the program works correctly when the element you are looking for does
Deepmind proposed a Zuan AI, which specially outputs network attack language
Delayed message center design
system design
[Galaxy Kirin V10] [desktop] cannot add printer
Four characteristics and isolation levels of database transactions
From programmers to large-scale distributed architects, where are you (I)
Idea SSH channel configuration
Collection of practical string functions
Write a program to judge whether the elements contained in a vector < int> container are 9.20: exactly the same as those in a list < int> container.
Rhcsa learning practice
Latex learning insertion number - list of filled dots, bars, numbers
For programmers, if it hurts the most...
Basic function exercises




