工作中各种内容汇总文档--纯个人记录贴

零、测试相关

1.1.【腾讯文档】测试话术-转载

https://docs.qq.com/pdf/DU3ZwWG5HWkFsT1ZM

1.2.【腾讯文档】20210818-软件测试培训-自制

https://docs.qq.com/slide/DU3NKZ2dBa0xuUEJ5

1.3.【腾讯文档】禅道BUG规范-自制

https://docs.qq.com/doc/DU3NLSmJ0QWxDaUlX

1.4.【金山文档】 测试推进流程-自制

https://kdocs.cn/l/cvJTkoWjyhfy

一、kibana

1.1.kibana去重统计和分组统计

https://wenku.baidu.com/view/19f1c750a717866fb84ae45c3b3567ec112ddc53?aggId=19f1c750a717866fb84ae45c3b3567ec112ddc53&fr=catalogMain&wkts=1668067779699

二、google play

2.1.谷歌play无法安装内部分享软件-internal app sharing is turned off

https://blog.csdn.net/weixin_43121266/article/details/128003485

三、excel

3.1.单列去重

https://wenku.baidu.com/view/9857c30768d97f192279168884868762caaebb2a.html?wkts=1668078885996
直接使用excel自带的数据-重复项-删除重复项即可

四、安卓模拟器

4.1.雷电模拟器4.0无法设置代理的问题

https://www.jianshu.com/p/6798163aac4a
必须在模拟器打开的情况下,使用adb devices 获取到雷电模拟器的设备信息,如果有多个设备信息的时候-
使用-设备不止一个时指定特定设备:adb -s 设备名称 shell (用了该条之后下述添加不用在写adb shell)
添加:
adb shell settings put global http_proxy ip:端口
在这里插入图片描述

移除:
adb shell settings delete global http_proxy&adb shell settings delete global global_http_proxy_host&adb shell settings delete global global_http_proxy_port

五、Python

5.1.python相关安装流程

(1)python安装
https://www.jianshu.com/p/065f1db8e0b3
(2)pycharm安装
https://blog.csdn.net/weixin_56679743/article/details/126081568
(3) pycharm部分插件
https://baijiahao.baidu.com/s?id=1728912557119444557&wfr=spider&for=pc
https://blog.csdn.net/pythonuser1/article/details/125827698
(4)突发情况2-Python 3.11.0 安装pygame提示error: subprocess-exited-with-error
(5)python 中的import cfg问题 https://ask.csdn.net/questions/7738503

5.2.引用外源安装各类包

https://www.cnblogs.com/xiaofeng91/p/14840150.html

在win+r的运行里打开cmd,直接输入pip进行包安装,修改下方包名(黄色字体):
pip install Appium-Python-Client -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

六、windows功能

6.1.电脑音频不出声

(1)升级完AMD显卡和对应音频驱动后,音频升级异常,重新用驱动精灵、驱动天使 重装音频驱动也无用,
于是百度搜,大部分说Realtek高清晰音频管理器出问题,确实是。
解决方法:卸载Realtek的Audio Driver 重新在电脑管家下载Realtek高清晰音频管理器,安装重启后正常。
在这里插入图片描述

6.2.CMD

2.1 如何生成指定大小 指定类型的文件(Windows):https://blog.csdn.net/weixin_44484694/article/details/119756200

6.3.ADM升级报错(195、182、126、76)

https://blog.csdn.net/weixin_43121266/article/details/127786027

6.4.ADB个人常用命令集

https://blog.csdn.net/weixin_43121266/article/details/128178900

七、Postman

7.1.postman导入谷歌F12抓包请求

https://blog.csdn.net/qq_38359145/article/details/124042052

八、Fiddler

8.1.Fiddler ----Statistics

https://zhuanlan.zhihu.com/p/548769921

8.2.Fiddler ----断点、filter过滤、弱网、基础信息等

断点:https://blog.csdn.net/weixin_44629511/article/details/123423660
↓在该用户下有fiddler相关的资料 可使用,filter过滤展示多个时用;隔开Host
https://blog.csdn.net/weixin_44629511?type=blog

8.2.Fiddler ----IOS抓不到包-Tunnel to :443

IOS12以上需要多一步授权:进入设置-通用-关于手机-点击“证书信任设置”,打开刚安装的证书开关
https://www.likecs.com/show-203475014.html#sc=500
https://blog.csdn.net/weixin_43865008/article/details/117570504
https://zhuanlan.zhihu.com/p/401879309

九 、whistle

9.1.有时fiddler抓不到包,换一个工具

安装:https://blog.csdn.net/qq_26946745/article/details/126288738
修改反参:https://blog.csdn.net/liuqinhou/article/details/128311797

十、SQL

https://blog.csdn.net/weixin_43121266/article/details/130423060

猜你喜欢

转载自blog.csdn.net/weixin_43121266/article/details/127791039