Fiddler 配置及使用教程(飞机票) 🚀 https://www.cnblogs.com/woaixuexi9999/p/9247705.html 这篇博客,写的非常详细,配置 fiddler 必备。 注意事项: 不是所有的请求都能抓(APP ... continue reading 软件测试 zhuoyuebiji 2019/12/19 304
软件测试之测试用例的设计方向(APP) 设计来源 定稿的产品需求文档 原型图 UI 设计图 开发概要设计文档 开发详细的设计文档 API 文档 测试理论 状态 默认状态(未渲染前、无网络/网络状态不佳 时) 变化前(上 ... continue reading 软件测试 zhuoyuebiji 2020/1/5 753
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1574
HTTPie 官方文档中文翻译版 HTTPie 是一个命令行 HTTP 客户端。目标是让 CLI 与 Web services 的交互尽可能的更友 好。它提供了一个简单的 http 命令,可以让我们用简单自然的表述发送任意 HTTP 请求 ,并且可以输出 ... continue reading 软件测试 zhuoyuebiji 2020/3/17 383
UIAutomator2 的使用 简介 uiautomator2是一个python库,用于Android的UI自动化测试,其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上任意一个APP的任意一个控件属性,并对其进 ... continue reading 软件测试 zhuoyuebiji 2020/4/29 10858
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 453
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 370
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 466
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 839
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 1461