2021年5月30日

不同环境查看是否可访问外网、访问网址、ip地址、外网ip地址

摘要: cmd/dos (windows+R,输入cmd,Enter) 输入ping www.baidu.com (自带功能,可检查是否可以访问外网) 安装python,通过pip install httpie,安装成功后,直接输入http www.baidu.com,访问百度网址; ipconfig查看i 阅读全文

posted @ 2021-05-30 22:58 星空6 阅读(2749) 评论(0) 推荐(0)

httprunner2简单了解,httprunner可实现的功能,jmeter均可实现,所以,未深入学习

摘要: 前言 HttpRunner是一款面向HTTP(S)协议的通用测试框架,只需要维护一份YAML/JSON脚本,即可实现自动化测试。 参考:https://v2.httprunner.org/quickstart/ 环境准备 使用pip安装(前提:需要安装python) pip install http 阅读全文

posted @ 2021-05-30 22:35 星空6 阅读(293) 评论(0) 推荐(0)

导航