2024年9月3日

图片

摘要: https://files.cnblogs.com/files/wapn/%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95%E8%AF%BE%E7%A8%8B.zip?t=1725342187&download=true https://files.cnblogs.com/f 阅读全文

posted @ 2024-09-03 12:29 WapN 阅读(6) 评论(0) 推荐(0) 编辑

2024年8月23日

STHTMLTestRunner

摘要: #-*- coding: utf-8 -*- """ A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The 阅读全文

posted @ 2024-08-23 09:55 WapN 阅读(13) 评论(0) 推荐(0) 编辑

2024年8月10日

flask

摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-from flask_cors import CORSimport configurefrom flask import Flask, request, render_templatefrom wyb_policy 阅读全文

posted @ 2024-08-10 12:02 WapN 阅读(12) 评论(0) 推荐(0) 编辑

seleniumA

摘要: import osimport unittestimport HTMLTestRunner # 仅提供html文字报告import STHTMLTestRunner # 可提供带html的饼图及截图报告# 用例路径case_path = os.path.join(".\\ljk_app")def a 阅读全文

posted @ 2024-08-10 11:51 WapN 阅读(9) 评论(0) 推荐(0) 编辑

2021年6月6日

接口测试常见问题及用例设计

摘要: 1 接口测试常见问题 链接:https://pan.baidu.com/s/1-XdsbGHdTWytuqhNvvc15A?pwd=8888 提取码:8888 (1)传入参数处理不当,导致程序crash;(2)类型溢出,导致数据读出和写入不一致;(3)因对象权限未进行校验,可以访问其他用户敏感信息; 阅读全文

posted @ 2021-06-06 07:46 WapN 阅读(1768) 评论(0) 推荐(0) 编辑

2021年6月5日

如何弱网测试

摘要: 【背景】 弱网测试,属于健壮性测试的内容。随着国内移动端迅猛发展,大大增加用户碎片化使用移动端的概率。想象一下,用户在地铁里,巴士上,甚至是电梯,车库等场景使用APP,我们就需要针对这些场景的弱网环境下,验证出现丢包、延时软件的处理机制,避免因用户体验不友好造成用户的流失。 1.用户体验 APP使用 阅读全文

posted @ 2021-06-05 11:53 WapN 阅读(1095) 评论(0) 推荐(0) 编辑

2021年5月5日

python 使用pika操作rabbitmq

摘要: python 连接操作rabbitMQ 主要是使用pika库 安装: pip install pika==1.0.1注意: pika 1.x 与 pika 0.x 有一些不同,使用的时候需要看清版本使用,避免踩坑 Pika是用于Python的RabbitMQ(AMQP 0-9-1)客户端库 注: 官 阅读全文

posted @ 2021-05-05 18:02 WapN 阅读(1092) 评论(0) 推荐(0) 编辑

2019年9月7日

oracle插入数据

摘要: import requestsfrom xpinyin import Pinyinimport cx_Oraclefrom common.Excel import ExcelUtilimport osfilePath = "D:\\test_demo\\Excel\\test.xlsx"sheetN 阅读全文

posted @ 2019-09-07 13:57 WapN 阅读(262) 评论(0) 推荐(0) 编辑

2019年9月2日

保存图片

摘要: import requestsimport reheaders = { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "X-Requested-With": "XMLHttpRequest", "Host": "tq.365taoquan. 阅读全文

posted @ 2019-09-02 10:32 WapN 阅读(361) 评论(0) 推荐(0) 编辑

2019年6月25日

ASCII码排序及md5加密

摘要: import hashlibdata = { "app_key": "25617551", "fields": "cid,parent_cid,name,is_parent", "format": "json", "method ": "taobao.item.seller.get", "paren 阅读全文

posted @ 2019-06-25 11:33 WapN 阅读(770) 评论(0) 推荐(0) 编辑

导航