QA亮子的记事本

记录开发测试中碰到的问题和解决办法

导航

2016年12月8日 #

如何在Jenkins CI 里调试

摘要: how to debug in jenkins ci 阅读全文

posted @ 2016-12-08 18:03 sdet_liang 阅读(601) 评论(0) 推荐(0) 编辑

2016年10月20日 #

写好unit test的建议和例子

摘要: 最近翻了下写unit test 的文章,总结如下 What’s unit test? “Unit testing is a software testing method by which individual units of source code.” – –Wikipedia What’s i 阅读全文

posted @ 2016-10-20 10:54 sdet_liang 阅读(855) 评论(0) 推荐(0) 编辑

2016年9月23日 #

如何用selenium webdriver 捕获js error

摘要: selenium webdriver javascript 阅读全文

posted @ 2016-09-23 16:16 sdet_liang 阅读(1030) 评论(0) 推荐(0) 编辑

2016年5月19日 #

如何用Selenium 向CodeMirror 编辑器输入

摘要: 用Selenium 自动填写Jenkins上面一个文本输入框,通过css定位很容易,但是输入文字的时候会报错 后来发现这个textarea 用CodeMirror了, google 结果如下 http://initcode.info/elementnotvisibleexception_messag 阅读全文

posted @ 2016-05-19 18:21 sdet_liang 阅读(781) 评论(0) 推荐(0) 编辑

2016年2月29日 #

推荐一个Jenkins 插件 Build Failure Analyzer

摘要: Wiki https://wiki.jenkins-ci.org/display/JENKINS/Build+Failure+Analyzer 作用: 按照预定的build failure 去解析console ouput, 然后高亮显示出来。 方便定位出错位置,原因。 阅读全文

posted @ 2016-02-29 18:20 sdet_liang 阅读(782) 评论(0) 推荐(0) 编辑

2016年2月15日 #

一次失败的Selenium chromedriver切换

摘要: 背景 Selenium webdriver一直使用Firefox作为浏览器来跑webtest, 但是最近发现ff有时会报超时的错误,于是想到使用chromedriver来提升稳定性。本想只把.firefox() 换成 .chrome() 这么简单的事情,结果却引出很多问题。 做法 根据官方文档 下载 阅读全文

posted @ 2016-02-15 14:25 sdet_liang 阅读(930) 评论(0) 推荐(0) 编辑

2016年2月14日 #

Hello Docker (Docker 入门分享)

摘要: Docker 入门 阅读全文

posted @ 2016-02-14 12:00 sdet_liang 阅读(153) 评论(0) 推荐(0) 编辑

2016年2月3日 #

Robot Test Framework + Selenium 的几个坑

摘要: robot selenium 阅读全文

posted @ 2016-02-03 15:22 sdet_liang 阅读(513) 评论(0) 推荐(0) 编辑

2015年12月28日 #

Get Jenkins job build queue length

摘要: Jenkins API doesn’t provide the job build queue length. Hence, it seems we have to parse the html to get the job build queue length Jenkins API 没有提供jo... 阅读全文

posted @ 2015-12-28 16:51 sdet_liang 阅读(828) 评论(0) 推荐(0) 编辑

2015年12月25日 #

Android ui 测试课堂笔记

摘要: 开始接触Android ui测试了,笔记如下模拟器 Genemotion , the fastest android simulator in the worldAndroid ui 测试工具 Selendroid 阅读全文

posted @ 2015-12-25 16:39 sdet_liang 阅读(143) 评论(0) 推荐(0) 编辑