Fiddler oSession 方法等收集(发送请求、保存到文件) 判断请求 响应的网络状态码 oSession.responseCode === 200 判断请求 uri 是否包含某些字符 oSession.uriContains("xieboke.net") ... continue reading 软件测试 zhuoyuebiji 2020/7/31 2288
Android Device Monitor 搜索崩溃闪退日志 搜索关键词(Tag): AndroidRuntime ... continue reading 软件测试 zhuoyuebiji 2020/7/30 383
FiddlerDecryption(fiddler Inspectors 插件开发) FiddlerDecryption 功能:实时解密接口数据并格式化展示。 github: https://github.com/Gdeeer/FiddlerDecryption 代码内容: D ... continue reading 软件测试 zhuoyuebiji 2020/7/27 352
移动终端指数链接-艾瑞数据 🚀 https://index.iresearch.com.cn/device 研究方法及原理 艾瑞移动终端品牌监测数据基于由艾瑞自主研发的 iSdkTracker 数据监测产品,通过 SDK 监测技术,手机移动终端的系统设备信 ... continue reading 软件测试 zhuoyuebiji 2020/7/8 274
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 1384
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 686
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 347
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 279
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 340
UIAutomator2 的使用 简介 uiautomator2是一个python库,用于Android的UI自动化测试,其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上任意一个APP的任意一个控件属性,并对其进 ... continue reading 软件测试 zhuoyuebiji 2020/4/29 10444