会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jiaxy Gogogo
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
下一页
2018年11月27日
python - 接口自动化 - 接口测试基础知识
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: study_接口测试基础知识一.py@ide: PyCharm Community Edition@time: 2018-11-27 09:07@blog: https://ww
阅读全文
posted @ 2018-11-27 14:15 JiaxyGogogo
阅读(395)
评论(0)
推荐(0)
2018年11月24日
python - unittest - 单元测试
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: study_unittest.py@ide: PyCharm Community Edition@time: 2018-11-24 09:00@blog: https://www.cnblogs.com/gotesting/'''''' 单元测试框架:unittest 、...
阅读全文
posted @ 2018-11-24 10:47 JiaxyGogogo
阅读(271)
评论(0)
推荐(0)
2018年11月20日
python - work5 - 类与对象 - 拓展题
摘要: '''5:购物车类,包含的功能如下,请自行设计这个类以及类里面的方法:1)用户输入工资后,打印商品列表(商品列表自行设计展示模式)2)允许用户根据商品编号去选择商品3)用户选择商品后,检查余额是否足够,够的话直接扣款,不够的话就对用户做出提醒4)用户可以随时退出,退出时打印用户的购买商品以及余额''' class ShoppingTrolley: commodity_list = {'1':...
阅读全文
posted @ 2018-11-20 15:13 JiaxyGogogo
阅读(352)
评论(0)
推荐(1)
2018年11月19日
python - work5 - 类与对象
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: work_20181119.py@ide: PyCharm Community Edition@time: 2018-11-19 13:53@blog: https://www.
阅读全文
posted @ 2018-11-19 17:16 JiaxyGogogo
阅读(472)
评论(0)
推荐(0)
python - 类与对象
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: study_类与对象.py@ide: PyCharm Community Edition@time: 2018-11-19 09:43@blog: https://www.cnb
阅读全文
posted @ 2018-11-19 11:55 JiaxyGogogo
阅读(191)
评论(0)
推荐(0)
2018年11月15日
python - 自动化测试框架 - 测试报告
摘要: testSuitr.py:
阅读全文
posted @ 2018-11-15 18:15 JiaxyGogogo
阅读(320)
评论(0)
推荐(0)
python - 自动化测试框架 - sendMail
摘要: # -*- coding:utf-8 -*-'''@project: Voctest@author: Jimmy@file: sendMail.py@ide: PyCharm Community Edition@time: 2018-11-15 17:14@blog: https://www.cnb
阅读全文
posted @ 2018-11-15 18:13 JiaxyGogogo
阅读(280)
评论(0)
推荐(0)
python - 自动化测试框架 - logger
摘要: # -*- coding:utf-8 -*-'''@project: Voctest@author: Jimmy@file: log.py@ide: PyCharm Community Edition@time: 2018-11-15 11:59@blog: https://www.cnblogs.
阅读全文
posted @ 2018-11-15 18:12 JiaxyGogogo
阅读(513)
评论(0)
推荐(0)
2018年11月14日
python - unittest - testsuite and runner
摘要: 前置条件: 测试用例部分或全部编写完成 一. 生成测试集 1. 方法1 - 通过加载函数来加载测试用例 import unittest from TestCase.test_login import Test_Login suite = unittest.TestSuite() suite.addT
阅读全文
posted @ 2018-11-14 16:23 JiaxyGogogo
阅读(172)
评论(0)
推荐(0)
2018年11月13日
python - 文件处理/open
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: study_文件处理.py@ide: PyCharm Community Edition@time: 2018-11-13 10:32@blog: https://www.cnb
阅读全文
posted @ 2018-11-13 11:39 JiaxyGogogo
阅读(186)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告