摘要: 1. 插件介绍 1.1 jmeter-studio-oss-1.0.2.jar 设置外观 1.2 prism-oss-1.0.0-SNAPSHOT.jar 同时打卡多个页签,切换测试计划,比较结果,无需关闭jmeter界面重新打开 1.3 superkey-jmeter-plugin-1.0-SNA 阅读全文
posted @ 2026-05-07 00:50 Confidistance 阅读(7) 评论(0) 推荐(0)
摘要: 1. 通过jmeter 插件管理器安装jmeter-agent-2.0.9.jar,重启jmeter 3. 拷贝如下内容内容到jmeter.properties jmeter.properities中添加AI功能 jmeter.ai.streaming.enabled=true # Feather 阅读全文
posted @ 2026-05-06 17:42 Confidistance 阅读(4) 评论(0) 推荐(0)
摘要: 介绍 Playwright can generate tests automatically, providing a quick way to get started with testing. Codegen opens a browser window for interaction and 阅读全文
posted @ 2026-03-02 11:17 Confidistance 阅读(17) 评论(0) 推荐(0)
摘要: 指定示例:https://learning.postman.com/docs/sending-requests/examples/ ######在 Postman 中,一个例子是紧耦合的请求和响应对。每个示例都由请求部分(方法、URL、参数、标头和正文)和响应部分(状态代码、正文和标头)组成。您可以 阅读全文
posted @ 2022-07-03 02:41 Confidistance 阅读(75) 评论(0) 推荐(0)
摘要: 变量的作用域 (1)Global variables 全局变量能够使你跨集合 请求 测试脚本 环境 访问数据。全局变量贯穿一个工作空间。 (2)Collection variables 集合变量在集合中有效 适合单独的环境变量 如auth和URL (3)Environment variables 作 阅读全文
posted @ 2022-07-02 22:20 Confidistance 阅读(99) 评论(0) 推荐(0)
摘要: 1 To create and use a variable: 变量的创建和使用 Select the environment quick look icon Quick Look icon at the top right of Postman 在工具右侧顶部,点击快速查看环境变量眼睛图标 Nex 阅读全文
posted @ 2022-07-02 21:38 Confidistance 阅读(80) 评论(0) 推荐(0)