上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 背景: 项目有个前端功能实现依赖于后台数据库定时触发某项任务。 测试环境准备创建此项数据库任务,以满足前端的测试。 参考: https://www.cnblogs.com/linjiqin/p/3152638.html https://www.cnblogs.com/yscit/p/10376005 阅读全文
posted @ 2020-12-10 15:28 CathyGao2018 阅读(866) 评论(0) 推荐(0)
摘要: 背景: 项目一个htmlunit自动化测试框架里,针对webclient.getPage(url)缺失异常处理,导致程序异常退出。 考虑异常抛出是由于另一个web服务端尚未完全启动完毕,从而导致http连接失效所致。 可以加入异常重试机制:如果出现异常,设定重试次数,等待web服务端启动完成,从而增 阅读全文
posted @ 2020-11-27 18:52 CathyGao2018 阅读(449) 评论(0) 推荐(0)
摘要: 背景:项目线上处理出现大量org.springframework.jms.ResourceAllocationException: Usage Manager Memory Limit reached. Stopping producer (ID:server-xxx-xxx-x:x:x,需要了解一 阅读全文
posted @ 2020-11-13 11:29 CathyGao2018 阅读(378) 评论(0) 推荐(0)
摘要: 背景:新开发经理准备修改项目目前的Git分支管理流程。而从QA以及自动化测试角度,我也要考察和权衡新的分支管理以及提出测试相对应的分支管理流程。 参考: https://www.cnblogs.com/spec-dog/p/11043371.html http://www.ruanyifeng.co 阅读全文
posted @ 2020-11-03 16:12 CathyGao2018 阅读(115) 评论(0) 推荐(0)
摘要: 为了分析系统中的性能瓶颈,申请装了JProfile8(...公司可提供的最新版本...),来了解学习一下监控原理和实操运用。 https://www.ej-technologies.com/products/jprofiler/overview.html https://www.ej-technol 阅读全文
posted @ 2020-11-03 15:39 CathyGao2018 阅读(394) 评论(0) 推荐(0)
摘要: 背景:项目升级ActiveMQ启用Cluster模式后,在压力场景下发生消息被重复发送的情况;而刚好系统的消息接收服务没有过滤重复消息的机制,造成系统发出多次重复PUT消息的请求;而远程外接系统针对重复的PUT消息请求会返回409,又刚好触发系统针对409返回的retry机制导致PUT消息再次被多次 阅读全文
posted @ 2020-10-28 11:22 CathyGao2018 阅读(289) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/vana/p/9983270.html 阅读全文
posted @ 2020-10-09 16:51 CathyGao2018 阅读(759) 评论(0) 推荐(0)
摘要: 背景:项目上千个自动化回归测试用例,以及数百个手工测试用例,如何管理和整合,CI自动化驱动,以及建立自动化测试开发方案和计划,给stakeholders解释自动化测试ROI等等。 参考: https://www.softwaretestinghelp.com/manual-to-automation 阅读全文
posted @ 2020-09-29 11:53 CathyGao2018 阅读(244) 评论(0) 推荐(0)
摘要: Figure 8-1: Handoffs between engineering roles To design for change, make the components of your system Self-contained Independent Well-documented Sta 阅读全文
posted @ 2020-09-25 17:15 CathyGao2018 阅读(103) 评论(0) 推荐(0)
摘要: Figure 2-1: z/OS UNIX with open systems interfaces Figure 2-2: Examples of a parent process issuing fork() and spawn() Figure 2-3: z/OS UNIX physical 阅读全文
posted @ 2020-09-25 14:06 CathyGao2018 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页