python urllib or requests模块模拟浏览器获取网页内容
2021-08-30 13:02:21 4KB python urllib requests
1
南工大校园网自动认证源码,可用于学习,IOS快捷指令 Windows,Android发布版查看博客:https://blog.csdn.net/Alpherkin/article/details/115599094
2021-08-30 13:00:09 2KB 南工大 自动登录 requests post
1
requests是python实现的简单易用的HTTP库,使用起来比urllib简洁很多 因为是第三方库,所以使用前需要cmd安装 pip install requests 安装完成后import一下,正常则说明可以开始使用了。
2021-08-27 08:04:31 2.92MB requests-2.18.4.
1
接口自动化框架 一、首先废话不多说,直接开始讲解一下整个框架的目录结构,本次内容着重讲解测试用例类,只要掌握了测试用例类和接口测试用例怎么写就可以运用此框架。(需要一些python基础,能看的懂基本代码) common目录 1.contants是处理项目路径模块,本项目路径全部采取相对路径(这样做的好处是copy到任意地方可以直接运行,不用担心会路径报错) 2.handle_data处理excel用例中需要替换的参数,用来存储临时变量,和需要替换的excel用例中需要替换的字符串(注意存放临时变量时int类型应转换成str类型存放) 3.handle_db是连接数据库(mysql)处理需要进
2021-08-26 17:32:08 301KB dd ddt ni
1
这个自动化框架要实现什么功能: 从Excel里提取出测试用例,包括请求方式、url地址、入参等。 测试报告的输出,并且测试报告得包括执行的测试用例数量、成功的数量、失败的数量 以及哪条用例失败了,失败的是哪一个,失败的原因是什么。 测试报告用什
2021-08-25 21:22:24 2.08MB 接口测试框架
1
Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python's builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.
2021-08-19 20:50:13 341KB python requests
1
可以用来学习python内置的GUI库,和requests库的简单实现,建议爬虫新手学习
2021-08-18 13:33:56 2KB python 爬虫 GUI requests
1
关于Python实现短信验证码注册登录的Python - http.client.py、Python - Requests.py文件.zip
2021-08-16 14:42:18 2KB Python 短信验证码
1
requests 实现的 api 自动化测试框架,只需要配置api对应的url ,request_method,既可以实现api的 自动化测试,并输出详细的测试报告
2021-08-10 11:32:11 24KB requests python api 自动化测试
1
自动化学习人群
2021-08-08 19:04:37 884KB 测试工程师