上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页
摘要: 背景:项目需要对上游数据(.zip/.xml格式)进行分析得出几个基本指标的覆盖情况。 需求:多个打包成zip内含xml格式的文件,其中每个xml文件包含多个小reports;已知分类的xpath和对应的类型名; 预期:生成每个小report对应的类型;并总结出全集的类型覆盖情况。 实现:Maven 阅读全文
posted @ 2020-03-30 10:20 CathyGao2018 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 项目应用的Oracle数据库面临新的升级(12to13)。 作为应用程序的测试人员,需要准备一套应用程序层面的集成测试计划。 为了避免落入先入为主的傻瓜式断论,需要系统的梳理一下如果做这个计划。 How to prepare for Oracle Database Upgrade https://d 阅读全文
posted @ 2019-12-23 14:43 CathyGao2018 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://www.guru99.com/data-driven-testing.html 阅读全文
posted @ 2019-12-23 09:53 CathyGao2018 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Groovy: http://www.groovy-lang.org/ https://blog.csdn.net/weixin_33862993/article/details/86258972 https://www.cnblogs.com/zqlxtt/p/5741240.html Gradl 阅读全文
posted @ 2019-12-16 17:00 CathyGao2018 阅读(329) 评论(0) 推荐(0) 编辑
摘要: https://github.com/square/javapoet 阅读全文
posted @ 2019-12-16 16:22 CathyGao2018 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 分析项目的deploy.py实例来学习。 1. OptionParser 片段: def init_arg_parser(): parser = OptionParser("operation with shark") parser.add_option("-o", "--operation", h 阅读全文
posted @ 2019-12-11 15:11 CathyGao2018 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/wangyujun/p/10687780.html https://www.cnblogs.com/caoyc/p/5630622.html 实例: insert into SHARK_REGDATA_DEV03.EOD_SNAPSHOT_PS 阅读全文
posted @ 2019-12-06 15:17 CathyGao2018 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 问题: track details: 参考: https://blog.csdn.net/milogenius/article/details/80247079 https://my.oschina.net/u/1164681/blog/863363 https://stackoverflow.co 阅读全文
posted @ 2019-12-04 16:39 CathyGao2018 阅读(5920) 评论(0) 推荐(0) 编辑
摘要: 解决方案:生成JDK证书并导入JRE security中 https://blog.csdn.net/fate_fate/article/details/84615289 https://blog.csdn.net/Gabriel576282253/article/details/81531746 阅读全文
posted @ 2019-12-03 13:56 CathyGao2018 阅读(1807) 评论(0) 推荐(0) 编辑
摘要: Python基本名词||library、package、module、function、class之间的区别 https://blog.csdn.net/The_Time_Runner/article/details/84455517 Python3教程 https://www.runoob.com 阅读全文
posted @ 2019-12-02 15:32 CathyGao2018 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页