jmeter正则表达式提取多个值
作者:互联网
1.返回的数据截图,需要获取customerId、customerName的值
2.把jmeter查看结果树返回的数据放在 Regester,
正则表达式写 : "customerId":"(.+?)","customerName":"(.+?)","customerType"
匹配数字(0代表随机): -1
一共得到7个结果
提取结果:
3. 引用
标签:.+,提取,customerName,正则表达式,jmeter,customerId 来源: https://www.cnblogs.com/lci05/p/11276283.html