liam liam
1年前
API工具--Apifox和Postman对比(区别)
前言Postman和Apifox有什么区别?他们之间分别有什么优势,感兴趣的同学可以继续往下看。不吹不黑,只列功能,纯客观比对。一.功能列表对比(一)接口设计与文档管理功能1.导入功能对比Apifox的导入功能除了支持OpenApi之外,还支持yapi,RAP2,postman等国内用得比较多的接口文档导入,而Postman支持的格式相对较
Stella981 Stella981
2年前
Postman通过脚本设置请求的cookie
关于postman前置脚本的详细介绍: https://learning.getpostman.com/docs/postman/scripts/pre\_request\_scripts/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flearning.getpostman.com%
Stella981 Stella981
2年前
Postman实现数字签名,Session依赖, 接口依赖, 异步接口结果轮询
Script(JS)为Postman赋予无限可能基于Postman6.1.4MacNative版演示结合user\_api\_demo(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fhanzhichao%2Fuser_api_demo)
Stella981 Stella981
2年前
POSTMAN在chrome中打开Chrome Developer Tools
使用POSTMAN进行测试时,如果需要查看请求和响应的详细网络请求信息,可以在POSTMAN中打开ChromeDeveloperTools,并切换到Network视图。开启步骤:1.在URL中输入:chrome://flags2.搜索"debugpackedapps"设置!(https://static.osch
Stella981 Stella981
2年前
Postman Fiddler使用手册
本文主要讲解没有什么主要的内容,主要是一些网上的Postman和fiddle教程,本人亲自测试和阅读过,以下是一些链接,Postman:一,Postman软件安装(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.jianshu.com%2Fp%2F2bd4cca94185)
Stella981 Stella981
2年前
Postman
一,自动化传参在实现接口自动测试的时候,会经常遇到接口参数依赖的问题,例如调取登录接口的时候,需要先获取登录的key值,而每次请求返回的key值又是不一样的,那么这种情况下,要实现接口的自动化,就要用到postman中设置环境变量这个功能了;在postman中,可以利用tests将接口返回的response设置为环境变量,供后续接口使用(类似参数化的
Stella981 Stella981
2年前
Postman—测试脚本
前言对于Postman中的每个请求,我们都可以使用JavaScript语言来开发测试脚本。这也就好比单元测试。我们先看看Postman的相关界面:!(https://oscimg.oschina.net/oscnet/d4b237ac012bee87121bd071f41f09041d6.png)编写测试脚本Postman测试脚本本
Wesley13 Wesley13
2年前
unittest单元测试框架前言
一.在我们没有学习过python语言的时候领导让我们做接口测试我们都使用工具来做测试,一般常用的如jemeter,postman这些个工具,我来推荐使用postman这个工具来进行接口测试,有的小伙伴们说Fiddler或Charles抓接口,然后进行测试不也成吗?成是成,但是接口测试往往优先于客户端测试并且postman这个工具方便用来模拟异常请求,并
Stella981 Stella981
2年前
Postman的一点使用技巧
PostmanMakesAPIDevelopmentSimple.DevelopersusePostmantobuildmodernsoftwarefortheAPIfirstworld.  本文介绍了一点点postman的常用功能,更多高级特性及用法请访问postman文档(https://www.osc
liam liam
8个月前
详细教程:如何下载、安装并汉化使用Postman
是一款常用的API测试工具,可以方便地进行接口测试、调试和文档编写。本文将详细介绍如何下载安装Postman并汉化,包括每个步骤的详细说明。下载安装Postman1、打开浏览器,访问Postman官网,下载适用于自己系统的Postman安装包。2、下载完成