当前位置:网站首页>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
边栏推荐
- Write a program to judge whether the two arrays are equal, and then write a similar program to compare the two vectors.
- [Galaxy Kirin V10] [server] set time synchronization of intranet server
- For programmers, if it hurts the most...
- [advantages and disadvantages of outsourcing software development in 2022]
- Use the data to tell you where is the most difficult province for the college entrance examination!
- [Galaxy Kirin V10] [server] KVM create Bridge
- [Galaxy Kirin V10] [server] system startup failed
- RHCE - day one
- shell awk
- Deepmind proposed a Zuan AI, which specially outputs network attack language
猜你喜欢

Quick sort (C language)

Personal thoughts on the development of game automation protocol testing tool

Rhsca day 11 operation

DCL statement of MySQL Foundation

VLAN part of switching technology

Latex learning insertion number - list of filled dots, bars, numbers

OSPF summary

Realsense of d435i, d435, d415, t265_ Matching and installation of viewer environment

Remove linked list elements

DML statement of MySQL Foundation
随机推荐
XMIND installation
OSPF summary
Rhcsa day 9
Today's sleep quality record 78 points
Network connection (III) functions and similarities and differences of hubs, switches and routers, routing tables and tables in switches, why do you need address translation and packet filtering?
BGP advanced experiment
Number of relationship models
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.
Error C4996 ‘WSAAsyncSelect‘: Use WSAEventSelect() instead or define _ WINSOCK_ DEPRECATED_ NO_ WARN
TS type gymnastics: illustrating a complex advanced type
Hidden C2 tunnel -- use of icmpsh of ICMP
[Galaxy Kirin V10] [server] system partition expansion
Strings and characters
Reprint: summation formula of proportional series and its derivation process
Recursive method to achieve full permutation (C language)
Talk about scalability
Vs201 solution to failure to open source file HPP (or link library file)
Huge number multiplication (C language)
Online troubleshooting
From programmers to large-scale distributed architects, where are you (I)




