Fiddler 配置及使用教程(飞机票) 🚀 https://www.cnblogs.com/woaixuexi9999/p/9247705.html 这篇博客,写的非常详细,配置 fiddler 必备。 注意事项: 不是所有的请求都能抓(APP ... continue reading 软件测试 zhuoyuebiji 2019/12/19 172
设计测试用例的几个方向(APP) 状态 默认状态(未渲染前、无网络时) 变化前(上次的数据) 变化中(操作中效果) 变化后(操作之后) 网络状态的变化(无到有,有到无) 数据 一致性(前后端数据一致) 最大值(客户端能支 ... continue reading 软件测试 zhuoyuebiji 2020/1/5 535
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1294
HTTPie 官方文档中文翻译版 HTTPie 是一个命令行 HTTP 客户端。目标是让 CLI 与 Web services 的交互尽可能的更友 好。它提供了一个简单的 http 命令,可以让我们用简单自然的表述发送任意 HTTP 请求 ,并且可以输出 ... continue reading 软件测试 zhuoyuebiji 2020/3/17 118
UIAutomator2 的使用 简介 uiautomator2是一个python库,用于Android的UI自动化测试,其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上任意一个APP的任意一个控件属性,并对其进 ... continue reading 软件测试 zhuoyuebiji 2020/4/29 9932
Fiddler 5.0.20202.18177 AutoResponder Rule Editor window move to top not at bottom v5.0.20202.18177 for .NET 4.6.1 Built: 2020-4-14 AutoResponder of Rule Editor window at top ... continue reading 软件测试 zhuoyuebiji 2020/5/13 215
List of Chromium Command Line Switches There are lots of command lines which can be used with the Google Chrome browser. Some change behavior of features, othe ... continue reading 软件测试 zhuoyuebiji 2020/5/29 188
Jsonviewer of extension for fiddler(fiddler 插件 jsonviewer) download archive The JSON Viewer package is a set of 3 viewers available in the following flavors: 1. A standalone vi ... continue reading 软件测试 zhuoyuebiji 2020/6/12 250
Microsoft Visual Studio 开发 fiddler 插件过程总结 插件中心/列表 https://www.telerik.com/fiddler/add-ons 官方资料 https://docs.telerik.com/fiddler/Extend-Fiddler/ExtendW ... continue reading 软件测试 zhuoyuebiji 2020/6/18 474
C# json 传参发送 post 请求例子 using Fiddler; using System; using System.Linq; using System.Security.Cryptography; using System.Text; using Syst ... continue reading 软件测试 zhuoyuebiji 2020/6/18 1276