当前位置:网站首页>Post man JSON script to JMX script of JMeter
Post man JSON script to JMX script of JMeter
2022-07-19 02:30:00 【[email protected]】
Generally, R & D students will use postman Do interface self-test , But when we do performance tests , It doesn't work postman, Interfaces that do not understand authentication , Debugging scripts by yourself is troublesome , This is the time , We can use this method to json The script is converted to jmeter With jmx Script .
Environmental preparation :
( These tools need to be installed in advance , Students who can't install it can search )
1. jdk1.8
2. maven
3. git
4. postman
5. jmeter
One 、 Clone the project locally
Use command :git clone https://github.com/Loadium/postman2jmx.git

Clone complete :
Two 、 use :cd postman2jmx Get into postman2jmx
And then use :mvn package structure

Build complete :

3、 ... and 、 After a successful build , stay Windows Enter into target In the catalog Postman2Jmx Folder , You can see Postman2Jmx.jar, Convert the to format json Put the papers here .
And then in git Input in the command box :cd target/Postman2Jmx
Four 、 perform :( If you put json Files in Postman2Jmx.jar The same folder does not need to write path , Converted jmx Files will also be generated in this folder )
java -jar Postman2Jmx.jar mpaas Message push .postman_collection.json 1.jmx


That's it ,json Script conversion jmx Script operation .
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/200/202207170009048916.html
边栏推荐
- Signal and system experiment
- 并发虚拟用户、RPS、TPS的解读
- 元宇宙公链Caduceus详解:专为元宇宙应用打造的创作平台
- Gdb+vscode for debugging 7 - how to debug when there is a segmentation default/ segment error in the program?
- 【Unity编辑器扩展】快速定位资源和脚本的指定文件和路径
- Attack and defense world - easytornado notes
- BUAAOS-Lab0实验报告
- GoReplay
- 【工具篇】Unity2D人物控制器,控制2D玩家移动跳跃,四方向和水平方向
- 剑指 Offer 48. 最长不含重复字符的子字符串
猜你喜欢

Stl--queue container

Buaaos-lab0 experimental report
![[unity Editor Extension] the pre-processing and post-processing pictures of unity assets are automatically transferred to sprite2d](/img/84/34879d5c0b6e19d599c99eec944c26.png)
[unity Editor Extension] the pre-processing and post-processing pictures of unity assets are automatically transferred to sprite2d

Gdb+vscode for debugging 3 - vscode and GDB remote debugging

Gdb+vscode for debugging 2 - GDB breakpoint related

静态路由(详)

【Unity面板属性扫盲】导入纹理后设置Texture Import Settings

Signal and system experiment

SSTI template injection

Full link voltage measurement
随机推荐
Software testing technology interim testing summary | software testing foundation & Executive testing & test design and development
UE4 笔记
西加加
Lecture 2 BTC cryptography principles (notes)
静态路由(详)
《Visual C#从入门到精通》个人学习整理
2022.6.28-数据库-1.数据库的隔离级别
GoReplay
Attack and defense world - easytornado notes
SSTI template injection
STL -- string container
Summary of tree and heap knowledge points
next数组-循环节
VLAN和TRUNK口配置
【瑞吉外卖⑩】Linux 粗略学习 & Redis 粗略学习
【AntV G2】如何解决 G2 造成的内存泄露
CTFHub----RCE
Logical vulnerability - authentication vulnerability
Hash table, bloom filter, distributed consistency hash
Gdb+vscode for debugging 7 - how to debug when there is a segmentation default/ segment error in the program?