上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 第一步:点击短信服务下的帮助文档 第二步:安装python的SDK:点击安装python sdk 第三步:直接通过python的pip工具安装即可,方便快捷; 第四步:点击红框进行测试; 第五步:测试: TemplateParam是短信模板中的对应的参数内容,JSON格式,这个参数名称要与短信模板中 阅读全文
posted @ 2019-04-17 15:51 乐乐熊小妹 阅读(1842) 评论(0) 推荐(0)
摘要: Fiddler抓包结果如下: 1.multipart/form-data的基础方式是post,也就是说通过post组合方式来实现的。2.multipart/form-data于post方法的不同之处在于请求头和请求体。3.multipart/form-data的请求头必须包含一个特殊的头信息:Con 阅读全文
posted @ 2019-03-26 11:22 乐乐熊小妹 阅读(1815) 评论(0) 推荐(0)
摘要: 1、两者都属于Appium 服务端 2、二者最新版本如下:地址:https://github.com/appium/appium-desktop/releases Appium 服务端支持的:地址:http://appium.io/docs/en/commands/mobile-command/in 阅读全文
posted @ 2019-03-13 16:34 乐乐熊小妹 阅读(2893) 评论(0) 推荐(0)
摘要: 第一、pytest-html执行命令总结: pytest test_case.py --html=report.html --self-contained-html 直接html独立显示pytest test_case.py --html=report.html 包含assets样式文件,htmL显 阅读全文
posted @ 2019-02-18 15:25 乐乐熊小妹 阅读(4333) 评论(0) 推荐(2)
摘要: 1、命令:再jmeter的bin目录下执行生成报告的命令:jmeter -n -t a.jmx(这个表示jmeter脚本) -l result.jtl(运行结果) -e -o testreport -n:以非GUI形式运行jmeter -t:source.jmx 脚本路径 -l:运行结果保存路径(. 阅读全文
posted @ 2019-02-15 15:29 乐乐熊小妹 阅读(423) 评论(0) 推荐(0)
摘要: 以下为输出结果: 注意: 1、定义变量名只能时数字、字母、下划线组成,且不能以数字开头如a=1,等于后中间不能有空格2、单引号与双引号的区别:单引号不能识别变量;双引号可以,建议用双引号3、变量的使用,$a 或者${a} 建议用后者,前者在后面有内容的情况下,系统无法识别该变量名从哪里结束; 阅读全文
posted @ 2019-01-10 15:19 乐乐熊小妹 阅读(157) 评论(0) 推荐(0)
摘要: 1、运行该程序;2、访问localhost:8089,设置虚拟用户数,与每秒用户并发数,确定后运行 3、locust会自动生成测试报告 阅读全文
posted @ 2019-01-07 09:59 乐乐熊小妹 阅读(539) 评论(0) 推荐(0)
摘要: 1、clone代码: 输入github的存储库地址,输入本地存储目录,点击clone即可; 2、上传代码: 输入存储库名字,点击share即可;github上就会有你分享的代码啦 阅读全文
posted @ 2019-01-04 10:45 乐乐熊小妹 阅读(180) 评论(0) 推荐(0)
摘要: 创建仓库:git clone在创建的git仓库下右键:Git Bash Heregit statusgit add .git statusgit commit -m "web+app的UI自动化脚本" git push origin master 以上上传代码 下载代码:git pull origi 阅读全文
posted @ 2018-12-18 09:11 乐乐熊小妹 阅读(187) 评论(0) 推荐(0)
摘要: #conftest.py import pytest def pytest_addoption(parser): #parser:用户命令行参数与ini文件值的解析器 # group = parser.getgroup("debugconfig") # print(parser) # group.addoption( # "--cmdopt", a... 阅读全文
posted @ 2018-12-13 10:58 乐乐熊小妹 阅读(1502) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页