当前位置:网站首页>[JMeter] two ways to realize interface Association: regular representation extractor and JSON extractor
[JMeter] two ways to realize interface Association: regular representation extractor and JSON extractor
2020-11-06 01:18:00 【itread01】
Generally speaking, association is to intercept the part of the returned content of the last request and store it as an argument , Used to pass on to the next request .
Example :
1. Login with user password , Generate after login authentication
2. You need to add the login interface response results authentication As an argument , Pass to the next interface
Here's the picture , You need to extract the authentication Pass to the next appointment order list interface header in
One 、 Using regular representation extractor to implement interface Association
1. How to add : On requests for information ( In this scenario, the login interface ) Right click --> Post processor --> Select the regular representation extractor
The argument says :
Reference name : The name of the argument to be referenced in the next request , If you fill in authentication, You can use ${ authentication} Quote it .
Regular expressions :() The enclosed part is to extract .. For any character ,+ Represents one or more times ,* For any number of times .( Specific regular expression rules can be Baidu )
Templates : use $$ To quote , If there are more than one regular expression in a regular expression , It can be $2$,$3$ wait , Represents the number of values parsed to authentication. There is only 1 One , All use $1$.
Match numbers :0 For random ,-1 On behalf of all , The remaining positive integers represent what will be checked , The first matching content is extracted .
2. Use in the following interface ${authentication} quote
Two 、 Use json The extractor implements Interface Association
Where to use : Interface Association , The current data type returned by an interface is json Format information , Need to return from json Extract data from data .
1. How to add : On requests for information ( In this scenario, the login interface ) Right click --> Post processor --> Choice JSON Extractor
The argument says :
Name of created varialies: The name of the argument to be referenced in the next request , If you fill in authentication, You can use ${ authentication} Quote it .
JSON Path expressions: Fill in jsonpath, Format :$. Node name The root node uses “.” Express
Match Numbers:0 For random ,-1 On behalf of all , The remaining positive integers represent what will be checked , The first matching content is extracted .
Default Values: Default value when not found , It is generally set to NOT FOUND
Compute concatenation var(suffix_ALL): Whether to count all , Store all matched values , It's called “ Variable name _ALL”
2. Replace the variable with ${ Variable name }
3、 ... and 、 Back to complexity json Data extraction
For example, get the data of array type : The second one item First of all hospTags in name value , You can first check the results of tree species selection Json Path Tester View the corresponding data returned ,Json Path Expression Input needs to be done through jsonpath Method to get the value, click Test Check that the results are correct
How to add : Right click --> Post processor --> Choice JSON Extractor
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
边栏推荐
- Vue 3 responsive Foundation
- How to demote a domain controller in Windows Server 2012 and later
- Grouping operation aligned with specified datum
- Top 10 best big data analysis tools in 2020
- 《Google軟體測試之道》 第一章google軟體測試介紹
- C language 100 question set 004 - statistics of the number of people of all ages
- TRON智能钱包PHP开发包【零TRX归集】
- 选择站群服务器的有哪些标准呢?
- 人工智能学什么课程?它将替代人类工作?
- 速看!互联网、电商离线大数据分析最佳实践!(附网盘链接)
猜你喜欢
Python自动化测试学习哪些知识?
TRON智能钱包PHP开发包【零TRX归集】
网络安全工程师演示:原来***是这样获取你的计算机管理员权限的!【维持】
Character string and memory operation function in C language
Don't go! Here is a note: picture and text to explain AQS, let's have a look at the source code of AQS (long text)
The difference between Es5 class and ES6 class
Not long after graduation, he earned 20000 yuan from private work!
PHPSHE 短信插件说明
在大规模 Kubernetes 集群上实现高 SLO 的方法
Do not understand UML class diagram? Take a look at this edition of rural love class diagram, a learn!
随机推荐
網路程式設計NIO:BIO和NIO
连肝三个通宵,JVM77道高频面试题详细分析,就这?
Group count - word length
技術總監,送給剛畢業的程式設計師們一句話——做好小事,才能成就大事
数字城市响应相关国家政策大力发展数字孪生平台的建设
WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
Let the front-end siege division develop independently from the back-end: Mock.js
[C#] (原創)一步一步教你自定義控制元件——04,ProgressBar(進度條)
“颜值经济”的野望:华熙生物净利率六连降,收购案遭上交所问询
Process analysis of Python authentication mechanism based on JWT
Flink on paasta: yelp's new stream processing platform running on kubernetes
(1) ASP.NET Introduction to core3.1 Ocelot
html
你的财务报告该换个高级的套路了——财务分析驾驶舱
PHPSHE 短信插件说明
htmlcss
It's so embarrassing, fans broke ten thousand, used for a year!
Python3 e-learning case 4: writing web proxy
The practice of the architecture of Internet public opinion system
Leetcode's ransom letter