上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 简单理解Xcode自带工具查看crash日志 阅读全文
posted @ 2019-03-30 17:28 #天羽Owl 阅读(2292) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 14.04 将一个sh文件制作成类似于windows下的可以双击执行的快捷方式 阅读全文
posted @ 2018-06-11 11:21 #天羽Owl 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 主要介绍可操作excel文件的xlrd、xlwt模块。其中xlrd模块实现对excel文件内容读取,xlwt模块实现对excel文件的写入。 阅读全文
posted @ 2018-05-01 18:21 #天羽Owl 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 下载完点击“打开应用”后,按HOME键回到桌面,再次点击应用,没有回到之前的页面,而是打开新的应用 阅读全文
posted @ 2018-03-16 15:19 #天羽Owl 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 用unicode编码方式来输入文字 阅读全文
posted @ 2018-02-22 18:07 #天羽Owl 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 单元测试unittest提供了四个装饰器,用以实现测试跳过和预期故障:@unittest.skip(reason),@unittest.skipIf(condition,reason),@unittest.skipUnless(condition,reason),@unittest.expectedFailure 阅读全文
posted @ 2018-02-22 17:41 #天羽Owl 阅读(155) 评论(0) 推荐(0) 编辑
摘要: python的logging模块,打印日志常用的方法 阅读全文
posted @ 2018-02-21 22:10 #天羽Owl 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 用WebDriverWait()方法获取Toast提示内容的方法 阅读全文
posted @ 2018-01-20 22:51 #天羽Owl 阅读(416) 评论(0) 推荐(0) 编辑
摘要: Ubutnu linux 下升级python版本 阅读全文
posted @ 2018-01-19 10:55 #天羽Owl 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 在自动化测试中,引入HTMLTestRunner.py,它是Python标准库unittest模块的一个扩展,它可以生成直观的HTML测试报告 阅读全文
posted @ 2018-01-15 18:02 #天羽Owl 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页