会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
Dolores's Blog
一只小小的测试员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
下一页
2020年7月1日
正则表达式tips
摘要: 无
阅读全文
posted @ 2020-07-01 15:17 Tester-Dolores
阅读(53)
评论(0)
推荐(0)
2020年5月16日
fixture 之 由外部调用函数传参
摘要: 1 import pytest 2 source:https://www.cnblogs.com/yoyoketang/p/9492132.html 3 4 # 测试账号数据 5 test_user_data = [{"user": "admin1", "psw": "111111"}, 6 {"u
阅读全文
posted @ 2020-05-16 01:32 Tester-Dolores
阅读(129)
评论(0)
推荐(0)
fixture 之 本身自带固定参数
摘要: 1 import pytest 2 source:https://github.com/pytest-dev/pytest/blob/master/doc/en/fixture.rst 3 4 @pytest.fixture(params=[0, 1, pytest.param(2, marks=p
阅读全文
posted @ 2020-05-16 01:22 Tester-Dolores
阅读(54)
评论(0)
推荐(0)
2020年5月7日
使用node.js
摘要: node.js安装与使用
阅读全文
posted @ 2020-05-07 15:16 Tester-Dolores
阅读(66)
评论(0)
推荐(0)
JavaScript练习
摘要: js基础练习
阅读全文
posted @ 2020-05-07 15:14 Tester-Dolores
阅读(73)
评论(0)
推荐(0)
2020年2月16日
pytest 参数化
摘要: parametrize;yaml
阅读全文
posted @ 2020-02-16 13:19 Tester-Dolores
阅读(69)
评论(0)
推荐(0)
2020年2月15日
当前学习状态
摘要: 无
阅读全文
posted @ 2020-02-15 02:13 Tester-Dolores
阅读(63)
评论(0)
推荐(0)
Fiddler 抓包
摘要: 前置条件:https://zhuanlan.zhihu.com/p/30047495 1.tool -option - connection -- 勾选 allow remote computer ...... 2.安装 安全证书 ,步骤1 ,option - https - actions - t
阅读全文
posted @ 2020-02-15 01:53 Tester-Dolores
阅读(47)
评论(0)
推荐(0)
2020年2月6日
Linux命令-cat,vi,vim,nano联系与区别
摘要: cat 命令是linux系统下一个文本打印的命令,用于输出一个文本的信息到控制台上,该命令的输入类似于使用word打开一个文档,但是该文档不能编辑。 vi/vim 命令是linux系统下用于文本查看、编辑的命令,不仅仅可以查看,还可以编辑。 nano 命令类似于vim命令的功能,命令语句为:nano
阅读全文
posted @ 2020-02-06 01:47 Tester-Dolores
阅读(630)
评论(0)
推荐(0)
2020年2月5日
PATH配置pipenv ~/.bashrc
摘要: 无
阅读全文
posted @ 2020-02-05 11:15 Tester-Dolores
阅读(184)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
下一页
公告